Skip to content

Commit

Permalink
Upload coverage and test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Jan 6, 2025
1 parent ecd1868 commit 3368395
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip "setuptools<46" wheel
pip install tox tox-gh-actions coverage
- name: Test with tox
run: |
tox
- name: Upload test reports (${{ matrix.python-version }})
if: always()
uses: actions/upload-artifact@v4
with:
name: reports-${{ matrix.python-version }}
path: |
reports/**/*

0 comments on commit 3368395

Please sign in to comment.