Skip to content

Commit

Permalink
added coverage threshold of 95% to codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrehak committed Feb 5, 2021
1 parent 91840ff commit 1e0c73d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
coverage:
status:
project:
default:
target: 95%
patch:
target: 95%
ignore:
- "**/tests/*"
- "**/BART/inc/**/*"

0 comments on commit 1e0c73d

Please sign in to comment.