We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d10f8 commit 1fc9e2aCopy full SHA for 1fc9e2a
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: pip install -r requirements.txt
17
- name: Run tests and collect coverage
18
- run: pytest --cov-branch --cov-report=xml
+ run: pytest --cov app
19
- name: Upload coverage to Codecov (arg token)
20
uses: codecov/codecov-action@main
21
with:
0 commit comments