Skip to content

Commit 3ec4be7

Browse files
ckunkiArBridgeman
andauthored
Apply suggestions from code review
Co-authored-by: Ariel Schulz <[email protected]>
1 parent 96a293a commit 3ec4be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
poetry run -- nox -s project:report -- --format markdown >> $GITHUB_STEP_SUMMARY
5353
poetry run -- nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
5454
echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
55-
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY || true
55+
poetry run -- coverage report --format markdown >> $GITHUB_STEP_SUMMARY || true
5656
poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
5757
poetry run -- tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)