Skip to content

Commit

Permalink
Coverage python test command change
Browse files Browse the repository at this point in the history
  • Loading branch information
utement committed Dec 6, 2023
1 parent a26125b commit 3bfa454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/incremental-cover-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Python unittest
continue-on-error: true
run: |
coverage run -m unittest discover tests/
python -m coverage run manage.py test
- name: Generate coverage report
continue-on-error: true
run: |
Expand Down

0 comments on commit 3bfa454

Please sign in to comment.