We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f830cc0 commit 96a293aCopy full SHA for 96a293a
exasol/toolbox/templates/github/workflows/report.yml
@@ -52,6 +52,6 @@ jobs:
52
poetry run -- nox -s project:report -- --format markdown >> $GITHUB_STEP_SUMMARY
53
poetry run -- nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
54
echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
55
- poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY || true
+ poetry run -- coverage report --format markdown >> $GITHUB_STEP_SUMMARY || true
56
poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
57
poetry run -- tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
0 commit comments