Skip to content

Commit 9d7d0ef

Browse files
authored
ci: remove temporary print during test suite (#54)
1 parent 9e455c4 commit 9d7d0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pre-requisites (e.g. hatch)
2828
run: python -m pip install --require-hashes --requirement=.github/requirements/ci.txt
2929
- name: Run test suite
30-
run: hatch run cov -s
30+
run: hatch run cov
3131
- name: Generate coverage report
3232
run: |
3333
export TOTAL_COV=$(hatch run cov-total)

0 commit comments

Comments
 (0)