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.
2 parents 894405c + 0d3f301 commit 759a7b7Copy full SHA for 759a7b7
.github/workflows/CI.yml
@@ -44,8 +44,8 @@ jobs:
44
env:
45
GROUP: ${{ matrix.group }}
46
- uses: julia-actions/julia-processcoverage@v1
47
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
48
with:
49
- file: lcov.info
+ files: lcov.info
50
token: ${{ secrets.CODECOV_TOKEN }}
51
fail_ci_if_error: true
.github/workflows/Downstream.yml
@@ -50,8 +50,8 @@ jobs:
exit(0) # Exit immediately, as a success
end
52
53
54
55
56
57
0 commit comments