Skip to content

Commit da54772

Browse files
committed
Merge branch 'fix-codecov' of https://github.com/numericalEFT/MCintegration.py into fix-codecov
2 parents 2a7d3b6 + 2427850 commit da54772

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
export MASTER_ADDR=localhost
5252
export MASTER_PORT=12345
5353
export PYTHONPATH=MCintegration
54-
pytest -n auto --cov --cov-report=xml --ignore=examples
54+
export COVERAGE_PROCESS_START=.coveragerc
55+
pytest --cov --cov-report=xml --ignore=examples
56+
coverage combine
57+
coverage xml
5558
5659
- name: Upload coverage to Codecov
5760
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)