Add a job template to publish unit test results (#13)

This commit is contained in:
Unai Martinez-Corral
2021-12-07 19:14:38 +00:00
committed by GitHub
3 changed files with 63 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ As shown in the screenshot above, the expected order is:
- [Release](.github/workflows/Release.yml): publish GitHub Release.
- [Package](.github/workflows/Package.yml): generate source and wheel packages, and upload them as an artifact.
- [PublishOnPyPI](.github/workflows/PublishOnPyPI.yml): publish source and wheel packages to PyPI.
- [PublishTestResults](.github/workflows/PublishTestResults.yml): publish unit test results through GH action `dorny/test-reporter`.
- Documentation:
- [BuildTheDocs](.github/workflows/BuildTheDocs.yml): build Sphinx documentation with BuildTheDocs, and upload HTML as
an artifact.