mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Does this help the coverage be less weird?
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
retention-days: 5
|
retention-days: 5
|
||||||
- name: Run Tests (Parallel)
|
- name: Run Tests (Parallel)
|
||||||
if: ${{ matrix.parallel }}
|
if: ${{ matrix.parallel }}
|
||||||
run: coverage run manage.py test ${{ matrix.test-group }} --parallel --verbosity=2
|
run: coverage run --parallel-mode manage.py test ${{ matrix.test-group }} --parallel --verbosity=2
|
||||||
- name: Upload Coverage
|
- name: Upload Coverage
|
||||||
run: coveralls --service=github
|
run: coveralls --service=github
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user