We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb5746 commit fe4e44eCopy full SHA for fe4e44e
.github/workflows/ci.yml
@@ -52,12 +52,12 @@ jobs:
52
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
53
- uses: julia-actions/julia-processcoverage@v1
54
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
57
with:
58
fail_ci_if_error: true
59
token: ${{ secrets.CODECOV_TOKEN }}
60
- file: lcov.info
+ files: lcov.info
61
docs:
62
name: Documentation
63
runs-on: ubuntu-latest
0 commit comments