Skip to content

Commit

Permalink
tox.yml: Stop using non-existent environment "coverage" for tox >=4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Sep 5, 2023
1 parent 20b7773 commit 9c4a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Combine coverage data
if: ${{ startsWith(matrix.passed_name, 'py') }}
# produce a single .coverage file at repo root
run: tox -e coverage
run: tox -e py

- name: Upload coverage data
if: ${{ startsWith(matrix.passed_name, 'py') }}
Expand Down

0 comments on commit 9c4a718

Please sign in to comment.