Skip to content

Commit 5a06268

Browse files
committed
Add pytest-cov
1 parent f698756 commit 5a06268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install cookiecutter flake8 pytest mypy
29+
pip install cookiecutter flake8 pytest mypy pytest-cov
3030
make create-project-no-input PROJECT_NAME=dummy
3131
cd dummy && pip install .
3232
- name: CI

{{ cookiecutter.project_slug }}/.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install flake8 pytest mypy
30+
pip install flake8 pytest mypy pytest-cov
3131
pip install .
3232
- name: Lint
3333
run: |

0 commit comments

Comments
 (0)