Goal: - Test workflow running on pipelines. - Test result junit.xml is at least committed to the same repo Implementation: - From the previous tickets we will have local test execution, now make the github actions workflow to run the tests on the pipelines. Example workflow: https://github.com/eclipse-score/reference_integration/blob/4a653b4d63f6b77432f8200f9be4d28e9a5245dd/.github/workflows/build_and_test_on_every_pr.yml - Explore whether it is possible to include the test results (coverage / requirement fulfilment) on the docs. - Is it possible to commit the junit xml results to the gh-pages branch, then for sphinx to generate pages for this?
Goal:
Implementation:
Example workflow: https://github.com/eclipse-score/reference_integration/blob/4a653b4d63f6b77432f8200f9be4d28e9a5245dd/.github/workflows/build_and_test_on_every_pr.yml