Skip to content

Commit

Permalink
Create .codecov.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson authored and james-d-mitchell committed Nov 18, 2020
1 parent 1da9f0a commit 059cee2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 059cee2

Please sign in to comment.