Skip to content

Commit 739e953

Browse files
committed
Fix commit addressing issue #9
1 parent bba875c commit 739e953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
run: |
7676
python -m coverage combine
7777
python -m coverage html --skip-empty
78-
echo '## Test Coverage Report\n' >> $GITHUB_STEP_SUMMARY
79-
poetry run coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
78+
echo '## Test Coverage Report' >> $GITHUB_STEP_SUMMARY
79+
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
8080
python -m coverage report --fail-under=94
8181
8282
- name: Upload HTML report

0 commit comments

Comments
 (0)