Skip to content

Commit 25b634f

Browse files
authored
Bump codecov
1 parent 382f8e4 commit 25b634f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- uses: julia-actions/julia-buildpkg@latest
2222
- uses: julia-actions/julia-runtest@latest
2323
- uses: julia-actions/julia-processcoverage@v1
24-
env:
25-
DISABLE_AMEND_COVERAGE_FROM_SRC: yes
26-
- uses: codecov/codecov-action@v1
24+
- uses: codecov/codecov-action@v4
2725
with:
2826
file: ./lcov.info
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)