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.
2 parents 7e21f2a + cea5143 commit 2b0635dCopy full SHA for 2b0635d
.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
@@ -40,6 +40,8 @@ jobs:
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
43
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
44
with:
45
- file: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
46
+ fail_ci_if_error: false
47
+ verbose: true
0 commit comments