File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 jobs="${{ matrix.mutations == true && '1' || 'auto' }}"
4545 docker compose exec python-api coverage run -m pytest -n "$jobs" -v -m "$marker"
4646 - name : Produce coverage report
47- run : docker compose exec python-api coverage xml
47+ run : |
48+ docker compose exec python-api coverage combine
49+ docker compose exec python-api coverage xml
4850 - name : Upload results to Codecov
4951 uses : codecov/codecov-action@v4
5052 with :
Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project :
4+ default :
5+ target : auto
6+ patch :
7+ default :
8+ target : 100%
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ docs = [
4747
4848[tool .coverage .run ]
4949branch =true
50+ concurrency =[" multiprocessing" ]
51+ parallel =true
5052
5153[tool .coverage .report ]
5254show_missing =true
You can’t perform that action at this time.
0 commit comments