Skip to content

Commit

Permalink
Enable requirement for 95% per PR coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed May 20, 2020
1 parent 9c05f84 commit efd0269
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
codecov:
notify:
require_ci_to_pass: yes
strict_yaml_branch: master # only use the latest copy on master branch

coverage:
precision: 2
round: down
range: "80...100"
status:
project:
default:
enabled: yes
target: 85% # This needs to be updated to 90 or 95.
patch:
default:
enabled: yes
target: 95%

0 comments on commit efd0269

Please sign in to comment.