We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088e288 commit 84cc887Copy full SHA for 84cc887
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
run: |
35
python -m pip install --upgrade pip
36
pip install -e ".[dev]"
37
+ - name: Install coverage tools
38
+ run: pip install pytest-cov
39
- name: pytest
40
run: pytest --strict-markers --tb=short --cov=hawk --cov-report=term-missing --cov-fail-under=30
41
0 commit comments