Skip to content

Commit 89fe174

Browse files
committed
Fix commit addressing issue #9
1 parent bba875c commit 89fe174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -m coverage combine
7777
python -m coverage html --skip-empty
7878
echo '## Test Coverage Report\n' >> $GITHUB_STEP_SUMMARY
79-
poetry run coverage report --format=markdown >> $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)