We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e455c4 commit 9d7d0efCopy full SHA for 9d7d0ef
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install pre-requisites (e.g. hatch)
28
run: python -m pip install --require-hashes --requirement=.github/requirements/ci.txt
29
- name: Run test suite
30
- run: hatch run cov -s
+ run: hatch run cov
31
- name: Generate coverage report
32
run: |
33
export TOTAL_COV=$(hatch run cov-total)
0 commit comments