Skip to content

Commit

Permalink
Black - coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
utement committed Oct 17, 2023
1 parent 511963d commit 85255f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/incremental-coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
run: |
pip3 install -r requirements.txt
pip3 install coverage django_coverage_plugin
- name: ls
run: |
pwd
ls -lah
- name: Python unittest
continue-on-error: true
run: |
coverage run -m manage.py test
coverage run -m unittest discover test
- name: Generate coverage report
continue-on-error: true
run: |
Expand Down

0 comments on commit 85255f8

Please sign in to comment.