From 059cee2bdb60f5e73dc7731536bf3fcdb41db4a9 Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Tue, 17 Nov 2020 23:32:19 +0000 Subject: [PATCH] Create .codecov.yml file --- .codecov.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..50934c736 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +coverage: + precision: 2 # Report coverage to 2 decimal places + round: down # Round down + range: "90...100" # Anything below 90% is coloured red (considered bad) + status: # Various customisations that it seems should be off + project: off + patch: off + changes: off + +comment: + layout: "header, diff, changes, tree" + behavior: default + +ignore: + - "extern" # Do not check coverage on the extern directory