We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64926f commit 216e881Copy full SHA for 216e881
.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 pytest coverage
+ run: pip install -r requirements.txt pytest pytest-cov
17
- name: Install the package
18
run: pip install -e .
19
- name: Run tests and collect coverage
0 commit comments