We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e132d commit ab9921fCopy full SHA for ab9921f
.github/codecov.yml
@@ -2,4 +2,8 @@ coverage:
2
status:
3
project:
4
default:
5
- threshold: 0.5%
+ threshold: 0.5%
6
+ removed_code_behavior: fully_covered_patch
7
+ patch:
8
+ default:
9
+ target: 80
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
45
- uses: julia-actions/julia-processcoverage@v1
46
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
47
with:
48
- file: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+ fail_ci_if_error: false
50
+ verbose: true
0 commit comments