Skip to content

Commit

Permalink
Name test jobs with python version, skip coverage upload when using act
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 26, 2024
1 parent dc6208d commit 1ce115b
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 1ce115b

Please sign in to comment.