File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
4848 name : metrics.json
4949 path : metrics.json
5050
51- # - name: Generate GitHub Summary
52- # run: |
53- # echo -e "# Summary\n" >> $GITHUB_STEP_SUMMARY
54- # poetry run nox -s project:report -- -- --format markdown >> $GITHUB_STEP_SUMMARY
55- # poetry run nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
56- # echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
57- # poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
58- # poetry run tbx security pretty-print >> $GITHUB_STEP_SUMMARY
59- # poetry run tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
51+ - name : Generate GitHub Summary
52+ run : |
53+ echo -e "# Summary\n" >> $GITHUB_STEP_SUMMARY
54+ poetry run nox -s project:report -- -- --format markdown >> $GITHUB_STEP_SUMMARY
55+ poetry run nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
56+ echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
57+ poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
58+ poetry run tbx security pretty-print >> $GITHUB_STEP_SUMMARY
59+ poetry run tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments