Skip to content

Commit 1fc9e2a

Browse files
Update ci.yml
1 parent 95d10f8 commit 1fc9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
18-
run: pytest --cov-branch --cov-report=xml
18+
run: pytest --cov app
1919
- name: Upload coverage to Codecov (arg token)
2020
uses: codecov/codecov-action@main
2121
with:

0 commit comments

Comments
 (0)