We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e870c commit fcb3f87Copy full SHA for fcb3f87
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,8 @@ jobs:
34
35
- name: Test and generate coverage report
36
run: |
37
- pytest --cov=./tests --cov-report=xml
+ # exlude anything that requires large data (it is not included in PyPi)
38
+ pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
39
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v3
0 commit comments