We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db982ab commit 8c114d1Copy full SHA for 8c114d1
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install project + test deps
43
run: pip install ".[dev]" pytest pytest-cov
44
- name: Run tests with coverage
45
- run: pytest
+ run: pytest ./
46
- name: Upload coverage to Codecov
47
uses: codecov/codecov-action@v4
48
with:
0 commit comments