Skip to content

Commit

Permalink
fix: use correct tox env cmd for single platform/version
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Nov 10, 2021
1 parent e71b777 commit 7e2e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Generate coverage and fix pkg name
run: |
tox
tox -e py39-linux
- name: Code Coverage Summary Report (Text & Value)
uses: irongut/CodeCoverageSummary@v1.0.5
Expand Down

0 comments on commit 7e2e12f

Please sign in to comment.