File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
55+ poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
5656 poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
5757 poetry run -- tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 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
56- poetry run -- tbx security pretty-print >> $GITHUB_STEP_SUMMARY
55+ poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
56+ poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
5757 poetry run -- tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments