Skip to content

Commit f89fb3f

Browse files
authored
Update codecov.yml
1 parent 0153fef commit f89fb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.10'
1515
- name: Install dependencies
16-
run: pip install -r requirements.txt
16+
run: pip install -r requirements.txt pytest coverage
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1919
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)