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 3b703f7 commit 9e88c7bCopy full SHA for 9e88c7b
.github/workflows/CI.yml
@@ -56,12 +56,12 @@ jobs:
56
- uses: julia-actions/julia-processcoverage@v1
57
if: matrix.coverage
58
59
- - uses: codecov/codecov-action@v1
60
- if: matrix.coverage
+ - uses: codecov/codecov-action@v5
61
with:
62
- file: lcov.info
+ files: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
63
64
- - uses: coverallsapp/github-action@master
+ - uses: coverallsapp/github-action@v2
65
66
67
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments