Skip to content

Commit

Permalink
[ci] Name test jobs with python version, skip coverage upload when us…
Browse files Browse the repository at this point in the history
…ing act (#33)
  • Loading branch information
fmauch authored Jun 27, 2024
1 parent fa741e5 commit 2527a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: run tests
name: run tests ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -46,3 +46,4 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ !env.ACT }}

0 comments on commit 2527a1a

Please sign in to comment.