Skip to content

Commit 2bdfece

Browse files
committed
update codecov to v4
1 parent 92e5e3b commit 2bdfece

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ coverage:
33
project:
44
default:
55
threshold: 0.5%
6+
removed_code_behavior: fully_covered_patch
67
patch:
78
default:
8-
target: 80%
9+
target: 80%coverage:

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
env:
4646
JULIA_NUM_THREADS: 2
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v1
48+
- uses: codecov/codecov-action@v4
4949
with:
50-
file: lcov.info
50+
token: ${{ secrets.CODECOV_TOKEN }}
51+
fail_ci_if_error: false
52+
verbose: true
5153
docs:
5254
name: Documentation
5355
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)