Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Add .codecov.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Sep 6, 2019
1 parent a4e753e commit d4aa902
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: "95...100"
status:
project:
default:
enabled: yes
target: 98%
patch:
default:
enabled: yes
target: 95%

0 comments on commit d4aa902

Please sign in to comment.