Skip to content

Commit a010668

Browse files
committed
Enhance CI workflow by adding pytest-cov to dependencies for improved test coverage reporting
1 parent 04f40c2 commit a010668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install pytest
25+
python -m pip install pytest pytest-cov
2626
2727
- name: Test pip installation
2828
run: |

0 commit comments

Comments
 (0)