Skip to content

Commit 92400f1

Browse files
committed
Use default coverage file locations
1 parent 4240931 commit 92400f1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,4 @@ jobs:
4747
- run: pip install -U tox tox-gh-actions django
4848
# TODO: postgres setup and proper djangomain testing
4949
- run: python -m tox
50-
- run: |
51-
mkdir /tmp/coverage
52-
find .tox -type f -name 'coverage*xml' -exec mv '{}' /tmp/coverage ';'
5350
- uses: codecov/codecov-action@v3
54-
with:
55-
directory: /tmp/coverage

0 commit comments

Comments
 (0)