Skip to content

Commit 216e881

Browse files
authored
Update codecov.yml
Apparently requires pytest cov and not coverage
1 parent d64926f commit 216e881

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 pytest coverage
16+
run: pip install -r requirements.txt pytest pytest-cov
1717
- name: Install the package
1818
run: pip install -e .
1919
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)