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 15, 2024
1 parent 4d359b8 commit 3d829dc
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 @@ -71,6 +71,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 @@ -99,6 +99,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 3d829dc

Please sign in to comment.