We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0153fef commit f89fb3fCopy full SHA for f89fb3f
.github/workflows/codecov.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
python-version: '3.10'
15
- name: Install dependencies
16
- run: pip install -r requirements.txt
+ run: pip install -r requirements.txt pytest coverage
17
- name: Run tests and collect coverage
18
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
19
- name: Upload coverage to Codecov
0 commit comments