Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent 4698d8e commit da4a039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Run django unit tests
working-directory: ./backend
run: |
coverage run ./manage.py test --parallel
coverage xml
coverage run --parallel-mode --concurrency=multiprocessing ./manage.py test --parallel -v 3
coverage combine
coverage xml -o coverage.xml
- uses: codecov/codecov-action@v4
working-directory:
with:
files: ./backend/coverage.xml
flags: python-unittests
Expand Down

0 comments on commit da4a039

Please sign in to comment.