We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the idea is to drop the Eclipse Jenkins (https://ci.eclipse.org/sisu/) altogether we should solely rely on GitHub Actions for building. The should comprise Sonarcloud as well (as outlined in https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/sonarscanner-for-maven/) as the regular analysis being executed on Solarcloud.io never calculates any coverage information (https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/overview/).
We already have a matrix build in place. The idea is to execute the Sonar Maven plugin only once (with JDK17 or newer) on a single OS.
Prerequisites:
The text was updated successfully, but these errors were encountered:
Trigger Sonarcloud analysis from GHA
d7544b8
Only generate coverage info conditionally (with profile "code-coverage") This closes #140
43a200d
kwin
No branches or pull requests
As the idea is to drop the Eclipse Jenkins (https://ci.eclipse.org/sisu/) altogether we should solely rely on GitHub Actions for building. The should comprise Sonarcloud as well (as outlined in https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/sonarscanner-for-maven/) as the regular analysis being executed on Solarcloud.io never calculates any coverage information (https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/overview/).
We already have a matrix build in place. The idea is to execute the Sonar Maven plugin only once (with JDK17 or newer) on a single OS.
Prerequisites:
The text was updated successfully, but these errors were encountered: