We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75cd01 commit 09e2170Copy full SHA for 09e2170
.github/workflows/CI.yml
@@ -43,9 +43,8 @@ jobs:
43
44
- name: Run tests
45
run: |
46
- cat codecov.yml | curl --data-binary @- https://codecov.io/validate
47
export PYTHONPATH=MCintegration
48
- pytest --cov --cov-report=xml
+ pytest --cov --cov-report=xml --ignore=examples
49
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v4
0 commit comments