Skip to content

Commit

Permalink
ci: remove temporary print during test suite (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored May 22, 2024
1 parent 9e455c4 commit 9d7d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pre-requisites (e.g. hatch)
run: python -m pip install --require-hashes --requirement=.github/requirements/ci.txt
- name: Run test suite
run: hatch run cov -s
run: hatch run cov
- name: Generate coverage report
run: |
export TOTAL_COV=$(hatch run cov-total)
Expand Down

0 comments on commit 9d7d0ef

Please sign in to comment.