Skip to content

Commit 0c0774b

Browse files
committed
correct test discovery directory
1 parent 2744eaa commit 0c0774b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Run tests
3939
run: |
4040
python --version
41-
python -m pytest yafowil/tests
41+
python -m pytest src/yafowil/tests
4242
4343
- name: Run coverage
4444
run: |
45-
coverage run --source=src/yafowil -m pytest yafowil/tests
45+
coverage run --source=src/yafowil -m pytest src/yafowil/tests
4646
coverage report -m --fail-under=99

0 commit comments

Comments
 (0)