File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3131 working-directory : ./artifacts
3232 run : |
3333 poetry run coverage combine --keep coverage-python3.9*/.coverage
34- cp .coverage ../
35- cp lint-python3.9/.lint.txt ../
36- cp security-python3.9/.security.json ../
34+ cp .coverage ../ || true
35+ cp lint-python3.9/.lint.txt ../ || true
36+ cp security-python3.9/.security.json ../ || true
37+
38+ - name : Validate Artifacts
39+ run : poetry run nox -s artifacts:validate
3740
3841 - name : Generate Report
3942 run : poetry run nox -s project:report -- -- --format json | tee metrics.json
Original file line number Diff line number Diff line change 44
55* Added new entries to the frequently asked questions regarding ` multiversion documentation `
66
7+ ## ✨ Added
8+
9+ * Added a nox task to validate the build/test artifacts and use it in the github workflow report
10+
711## 🐞 Fixed
812
913* Added multi-version extension to Sphinx configuration of the project template
You can’t perform that action at this time.
0 commit comments