Skip to content

Commit

Permalink
chore: need the full diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mattculler committed Oct 16, 2024
1 parent b51c045 commit 06d5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Tox environments
run: tox run-parallel --parallel auto --parallel-no-spinner --parallel-live --colored yes -e test-py310,test-legacy-py310 --notest
- name: Test with tox
run: tox run --skip-pkg-install --result-json results/tox-ubuntu-22.04.json --colored yes -e test-py310,test-legacy-py310 -- -v
run: tox run --skip-pkg-install --result-json results/tox-ubuntu-22.04.json --colored yes -e test-py310,test-legacy-py310 -- -vv
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 06d5608

Please sign in to comment.