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 6c323cf commit 63d51b7Copy full SHA for 63d51b7
.github/codecov.yml
@@ -0,0 +1,9 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ threshold: 0.5%
6
+ removed_code_behavior: fully_covered_patch
7
+ patch:
8
9
+ target: 80%
.github/workflows/ci.yml
@@ -70,6 +70,8 @@ jobs:
70
with:
71
file: lcov.info
72
token: ${{ secrets.CODECOV_TOKEN }}
73
+ fail_ci_if_error: false
74
+
75
docs:
76
name: Documentation
77
runs-on: ubuntu-latest
0 commit comments