Skip to content

Commit 2427850

Browse files
committed
gather coverage
1 parent 8e51262 commit 2427850

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)