Skip to content

Commit d414055

Browse files
committed
Restrict the search for pytest files to the tests dir
1 parent 9670abc commit d414055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Test with pytest
5353
run: |
54-
coverage run -m pytest --cov=./ --cov-report=xml
54+
coverage run -m pytest tests --cov=./ --cov-report=xml
5555
5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v3.1.4

0 commit comments

Comments
 (0)