Skip to content

Commit afe3684

Browse files
authored
Update codecov.yml
1 parent 450b327 commit afe3684

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
python-version: '3.9'
1717
- name: Install requirements
1818
run: |
19-
pip install -r requirements.txt && pip install pytest pytest-cov &&
20-
pip install -r test_requirements.txt
19+
pip install pytest pytest-cov
2120
- name: Run tests and collect coverage
2221
run: pytest --cov=./ --cov-report=xml
2322
- name: Upload coverage reports to Codecov with GitHub Action
2423
uses: codecov/codecov-action@v3
2524
with:
26-
token: ${{ secrets.CODECOV }}
25+
token: ${{ secrets.CODECOV }}

0 commit comments

Comments
 (0)