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