Skip to content

Commit

Permalink
Use default coverage file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 20, 2023
1 parent 4240931 commit 92400f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,4 @@ jobs:
- run: pip install -U tox tox-gh-actions django
# TODO: postgres setup and proper djangomain testing
- run: python -m tox
- run: |
mkdir /tmp/coverage
find .tox -type f -name 'coverage*xml' -exec mv '{}' /tmp/coverage ';'
- uses: codecov/codecov-action@v3
with:
directory: /tmp/coverage

0 comments on commit 92400f1

Please sign in to comment.