Skip to content

Commit

Permalink
CI: Fix names in CodeCov upload
Browse files Browse the repository at this point in the history
Apparently it no longer likes spaces, so just put something useful
directly in the slot.
  • Loading branch information
dopplershift committed Nov 18, 2024
1 parent 815377e commit 1f2299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
name: ${{ github.workflow }}
name: Conda
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
name: ${{ github.workflow }}
name: PyPI
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1f2299e

Please sign in to comment.