Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed May 11, 2023
1 parent 3ad5ed2 commit 0342200
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
codecov:
require_ci_to_pass: yes # Codecov wait for all other statuses to pass before sending its status.

coverage:
status:
project:
default:
target: 98%
target: 90% # the required coverage value
threshold: 5% # the leniency in hitting the target

ignore:
- '**/tests/*.py'
- '**/test/*.js'

0 comments on commit 0342200

Please sign in to comment.