Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(workflows): update test report paths in GitHub workflows - In os-extension-test.yml and pro-extension-test.yml, change the path for jacoco.xml from **/target/jacoco.exec to **/target/site/jacoco/jacoco.xml. This is done to correctly locate the Jacoco code coverage report. - In sonar-pull-request.yml and sonar-push.yml, update the name of the test report artifact to test-reports-jdk-17-ubuntu-latest. This is done to ensure consistency in the naming of the test report artifacts across workflows. * fix(sonar-pull-request.yml): update action for downloading unit tests report to use the correct syntax and version fix(sonar-push.yml): update action for downloading unit tests report to use the correct syntax and version * fix(workflows): update Maven test command to use 'test' goal and 'coverage' profile for better code coverage reporting The Maven test command in both os-extension-test.yml and pro-extension-test.yml workflows has been updated to use the 'test' goal and 'coverage' profile. This change will improve code coverage reporting for the tests. * chore(sonar-pull-request.yml): remove unnecessary path argument in download-artifact step chore(sonar-push.yml): remove unnecessary path argument in download-artifact step * fix(sonar-push.yml): update action for downloading test results artifact to use dawidd6/action-download-artifact@v2 feat(sonar-push.yml): add support for downloading test results artifact from a specific workflow and repository
- Loading branch information