Skip to content

Commit

Permalink
Split tox files
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Nov 1, 2024
1 parent 5ecc6ba commit 9aac254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: |
tox -r -e $(echo "${{ matrix.python }}" | tr -d .)
mv .coverage .coverage.${{ matrix.python }}
ls -la .coverage.${{ matrix.python }}
- name: Set version statically
run: |
ls -la
- name: Upload coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9aac254

Please sign in to comment.