We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7e46 commit f484af0Copy full SHA for f484af0
.github/workflows/coverage.yml
@@ -57,3 +57,4 @@ jobs:
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
files: pkg/contracts/lcov.info
60
+ fail_ci_if_error: true
codecov.yml
@@ -0,0 +1,12 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: auto # compare against base branch
6
+ threshold: 0.1 # allow up to 0.1 percentage point drop
7
+ informational: false
8
+ patch:
9
10
+ target: auto
11
+ threshold: 0.1
12
0 commit comments