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