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 4e8a8ce commit 8f9324dCopy full SHA for 8f9324d
.github/workflows/CI.yml
@@ -46,11 +46,11 @@ jobs:
46
- uses: julia-actions/julia-buildpkg@v1
47
- uses: julia-actions/julia-runtest@v1
48
- uses: julia-actions/julia-processcoverage@v1
49
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
files: lcov.info
53
- - uses: coverallsapp/github-action@v1.1.2
+ - uses: coverallsapp/github-action@master
54
55
github-token: ${{ github.token }}
56
path-to-lcov: lcov.info
0 commit comments