Skip to content

Commit 84cc887

Browse files
committed
fix: install pytest-cov for coverage threshold
1 parent 088e288 commit 84cc887

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
pip install -e ".[dev]"
37+
- name: Install coverage tools
38+
run: pip install pytest-cov
3739
- name: pytest
3840
run: pytest --strict-markers --tb=short --cov=hawk --cov-report=term-missing --cov-fail-under=30
3941

0 commit comments

Comments
 (0)