There was an error while loading. Please reload this page.
1 parent 8e51262 commit 2427850Copy full SHA for 2427850
1 file changed
.github/workflows/CI.yml
@@ -51,7 +51,10 @@ jobs:
51
export MASTER_ADDR=localhost
52
export MASTER_PORT=12345
53
export PYTHONPATH=MCintegration
54
- pytest -n auto --cov --cov-report=xml --ignore=examples
+ export COVERAGE_PROCESS_START=.coveragerc
55
+ pytest --cov --cov-report=xml --ignore=examples
56
+ coverage combine
57
+ coverage xml
58
59
- name: Upload coverage to Codecov
60
uses: codecov/codecov-action@v4
0 commit comments