Skip to content

Commit d326a42

Browse files
committed
attempting to correct path
1 parent b84b027 commit d326a42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: tests and coverage
1818
run: |
1919
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
20+
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
2121
pip uninstall -y cvxpy
22-
coverage run -a --source=pynumdiff -m pytest tests/test_imports.py
22+
coverage run -a --source=pynumdiff -m pytest pynumdiff/tests/test_imports.py
2323
coverage xml
2424
- uses: coverallsapp/github-action@v2
2525
with:

0 commit comments

Comments
 (0)