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

Commit

Permalink
Adds codecov yml file to reduce flakiness in coverage check (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaughe authored Jul 13, 2020
1 parent f7b193c commit 60291d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 70% # the required coverage value
threshold: 1% # the leniency in hitting the target

0 comments on commit 60291d1

Please sign in to comment.