Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): enable coverage report via Sonar #533

Conversation

paullatzelsperger
Copy link
Contributor

WHAT

This is an attempt to enable Coverage Reports via SonarQube, by enabling the test coverage report generation.

WHY

No coverage reports where generated.

FURTHER NOTES

It is unclear which gradle tasks the Sonar server executes before running the analysis, so this is really more of an attempt.
Should this not be successful, we'll deactivate the automatic Sonar analysis, and replace it with an explicit ./gradlew sonar ... task, the way it was in the past.

Closes #389

@sonarcloud
Copy link

sonarcloud bot commented Jun 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@paullatzelsperger paullatzelsperger merged commit 0990eec into eclipse-tractusx:main Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Integrate code coverage
2 participants