Skip to content

Commit

Permalink
Allow CodeCoverage toleration (#95)
Browse files Browse the repository at this point in the history
This PR adds some toleration for Code Coverage.

It won't always be the case that we can achieve the coverage we need. 2% is  an arbitrary number currently, we can increase or decrease in future.
  • Loading branch information
kaxil authored and phanikumv committed Mar 4, 2022
1 parent b10cf61 commit a148010
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
coverage:
status:
project:
default:
target: auto
threshold: 2%
only_pulls: true

0 comments on commit a148010

Please sign in to comment.