p7-projekt / api-backend

Backend API
MIT License
0 stars 0 forks source link

Feature/22 #36

Closed JMyrtue closed 3 weeks ago

JMyrtue commented 3 weeks ago

Description

This PR introduces test reports to the repository.

When GitHub actions are run a report is uploaded to a new gh-pages branch, and a link to a URL showcasing the test-report is printed in the test log, specifically under the "Display Report URL" section.

Resolved Issue

Fixes #22

Changes

Installed packages, and expanded the GitHub Actions .yaml.

Specifically, the workflow now creates and uploads a test report - this can be downloaded as a .zip if desired. The uploaded report is duplicated to a new gh-pages branch, which are meant to serve the static html files.

Additional Information

Things to consider:

Checklist