Skip to content

Commit 06affee

Browse files
committed
chore: add name and slug to Codecov action
1 parent 408a576 commit 06affee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.version == '1' }}
3333
- uses: julia-actions/julia-processcoverage@v1
3434
if: matrix.os == 'ubuntu-latest' && matrix.version == '1'
35-
- uses: codecov/codecov-action@v5
35+
- name: Upload coverage reports to Codecov
36+
uses: codecov/codecov-action@v5
3637
if: matrix.os == 'ubuntu-latest' && matrix.version == '1'
3738
with:
3839
files: lcov.info
3940
token: ${{ secrets.CODECOV_TOKEN }}
41+
slug: s-celles/MathJSON.jl
4042
fail_ci_if_error: false

0 commit comments

Comments
 (0)