Skip to content

Commit 9df568c

Browse files
committed
making parallel - no overwrites by different processes
1 parent 05ac186 commit 9df568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-PRs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4141
- name: Run tests with coverage and upload
4242
run: |
43-
CODECOV_EXEC="coverage run --source src/"
43+
CODECOV_EXEC="coverage run -p"
4444
$CODECOV_EXEC tests/run_tests.py --spawn-display
4545
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -e PYTHON

0 commit comments

Comments
 (0)