Skip to content

Commit fbc0bc3

Browse files
author
Christopher Doris
committed
fix the path being covered
1 parent 936e727 commit fbc0bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
7575
- name: Run tests
7676
run: |
77-
pytest --cov=src
77+
pytest -s --cov=pysrc
7878
- name: Upload coverage to Codecov
7979
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)