We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84b027 commit d326a42Copy full SHA for d326a42
1 file changed
.github/workflows/test.yml
@@ -17,9 +17,9 @@ jobs:
17
- name: tests and coverage
18
run: |
19
pip install -e .[advanced,dev] coveralls
20
- coverage run --source=pynumdiff --omit="pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py" -m pytest -s --ignore=tests/test_imports.py
+ coverage run --source=pynumdiff --omit="pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py" -m pytest -s --ignore=pynumdiff/tests/test_imports.py
21
pip uninstall -y cvxpy
22
- coverage run -a --source=pynumdiff -m pytest tests/test_imports.py
+ coverage run -a --source=pynumdiff -m pytest pynumdiff/tests/test_imports.py
23
coverage xml
24
- uses: coverallsapp/github-action@v2
25
with:
0 commit comments