We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb98df commit 13dc084Copy full SHA for 13dc084
.github/workflows/codecov.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install requirements
12
run: pip install -r requirements.txt
13
- name: Run tests and collect coverage
14
- run: pytest --cov .
+ run: pytest --cov ./tests
15
- name: Upload coverage reports to Codecov
16
run: |
17
# Replace `linux` below with the appropriate OS
0 commit comments