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 ce23675 commit 8a9647fCopy full SHA for 8a9647f
.github/workflows/ci.yml
@@ -24,9 +24,9 @@ jobs:
24
- name: Setup environment
25
run: pip install -e .[test]
26
- name: Run doctests
27
- run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
+ run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py --no-cov
28
- name: Run extra tests
29
- run: pytest docs/source/.codespell/test_notebook_to_markdown.py
+ run: pytest docs/source/.codespell/test_notebook_to_markdown.py --no-cov
30
- name: Run tests
31
run: pytest --cov-report=xml --no-cov-on-fail
32
- name: Check codespell for notebooks
0 commit comments