File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 cp security-python3.9/.security.json ../
3636
3737 - name : Generate Report
38- run : poetry run nox -s report -- -- --format json | tee metrics.json
38+ run : poetry run nox -s project: report -- -- --format json | tee metrics.json
3939
4040 - name : Upload Artifacts
41414646 - name : Generate GitHub Summary
4747 run : |
4848 echo -e "# Summary\n" >> $GITHUB_STEP_SUMMARY
49- poetry run nox -s report -- -- --format markdown >> $GITHUB_STEP_SUMMARY
49+ poetry run nox -s project: report -- -- --format markdown >> $GITHUB_STEP_SUMMARY
5050 echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
5151 poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
5252 echo -e "\n\n# Static Code Analysis\n" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments