File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 # Errors during copying are ignored because they are checked in the next step
3232 cp .coverage ../ || true
3333 cp lint-python3.9/.lint.txt ../ || true
34- cp lint-python3.9/.lint.txt ../ || true
34+ cp lint-python3.9/.lint.json ../ || true
3535 cp security-python3.9/.security.json ../ || true
3636
3737 - name : Validate Artifacts
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 || true
5656 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