We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce54e00 commit f3093acCopy full SHA for f3093ac
.github/workflows/codecov.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: '3.9'
17
- name: Install requirements
18
run: |
19
- pip install pytest pytest-cov
+ pip install pytest pytest-cov && pip install -e .
20
- name: Run tests and collect coverage
21
run: pytest --cov=./ --cov-report=xml
22
- name: Upload coverage reports to Codecov with GitHub Action
0 commit comments