Skip to content

Commit 09e2170

Browse files
authored
Update CI.yml
1 parent e75cd01 commit 09e2170

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
4444
- name: Run tests
4545
run: |
46-
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
4746
export PYTHONPATH=MCintegration
48-
pytest --cov --cov-report=xml
47+
pytest --cov --cov-report=xml --ignore=examples
4948
5049
- name: Upload coverage to Codecov
5150
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)