We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5e3f commit 42d18c3Copy full SHA for 42d18c3
.github/actions/test-coverage/action.yml
@@ -21,12 +21,7 @@ runs:
21
shell: bash
22
run: |
23
cd testproject
24
- poetry run coverage run manage.py test scheduler --exclude-tag multiprocess
25
- - name: Run multiprocess tests with coverage
26
- shell: bash
27
- run: |
28
- cd testproject
29
- poetry run coverage run --append manage.py test scheduler --tag multiprocess
+ poetry run coverage run manage.py test --exclude-tag multiprocess scheduler
30
- name: Coverage report
31
id: coverage_report
32
0 commit comments