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 92e5e3b commit 2bdfeceCopy full SHA for 2bdfece
.github/codecov.yml
@@ -3,6 +3,7 @@ coverage:
3
project:
4
default:
5
threshold: 0.5%
6
+ removed_code_behavior: fully_covered_patch
7
patch:
8
- target: 80%
9
+ target: 80%coverage:
.github/workflows/ci.yml
@@ -45,9 +45,11 @@ jobs:
45
env:
46
JULIA_NUM_THREADS: 2
47
- uses: julia-actions/julia-processcoverage@v1
48
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
49
with:
50
- file: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
51
+ fail_ci_if_error: false
52
+ verbose: true
53
docs:
54
name: Documentation
55
runs-on: ubuntu-latest
0 commit comments