We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408a576 commit 06affeeCopy full SHA for 06affee
1 file changed
.github/workflows/CI.yml
@@ -32,9 +32,11 @@ jobs:
32
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.version == '1' }}
33
- uses: julia-actions/julia-processcoverage@v1
34
if: matrix.os == 'ubuntu-latest' && matrix.version == '1'
35
- - uses: codecov/codecov-action@v5
+ - name: Upload coverage reports to Codecov
36
+ uses: codecov/codecov-action@v5
37
38
with:
39
files: lcov.info
40
token: ${{ secrets.CODECOV_TOKEN }}
41
+ slug: s-celles/MathJSON.jl
42
fail_ci_if_error: false
0 commit comments