Skip to content

Commit

Permalink
Fixed coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
utement committed Oct 17, 2023
1 parent 047c220 commit 6dfb279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/incremental-coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Python unittest
continue-on-error: true
run: |
coverage run -m manage.py test
coverage run -m manage test
- name: Generate coverage report
continue-on-error: true
run: |
Expand Down

0 comments on commit 6dfb279

Please sign in to comment.