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 b6f41d8 commit cd4f9b9Copy full SHA for cd4f9b9
.github/workflows/CI.yml
@@ -89,10 +89,10 @@ jobs:
89
run: julia --project .github/set_ci_preferences.jl "${{ matrix.provider }}"
90
- uses: julia-actions/julia-runtest@v1
91
- uses: julia-actions/julia-processcoverage@v1
92
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
93
with:
94
token: ${{ secrets.CODECOV_TOKEN }} # required
95
- file: lcov.info
+ files: lcov.info
96
97
Documentation:
98
runs-on: ubuntu-latest
0 commit comments