Skip to content

Commit ab9921f

Browse files
committed
update codecov too @v4
1 parent 42e132d commit ab9921f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/codecov.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ coverage:
22
status:
33
project:
44
default:
5-
threshold: 0.5%
5+
threshold: 0.5%
6+
removed_code_behavior: fully_covered_patch
7+
patch:
8+
default:
9+
target: 80

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- uses: julia-actions/julia-buildpkg@v1
4444
- uses: julia-actions/julia-runtest@v1
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v3
46+
- uses: codecov/codecov-action@v4
4747
with:
48-
file: lcov.info
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
fail_ci_if_error: false
50+
verbose: true

0 commit comments

Comments
 (0)