-
Notifications
You must be signed in to change notification settings - Fork 245
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
sonarqube code coverage #2011
Open
cogross
wants to merge
6
commits into
integration
Choose a base branch
from
tasks/code-coverage
base: integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
sonarqube code coverage #2011
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
523f27b
to
0203200
Compare
ce563c1
to
480a0c0
Compare
dd3a78c
to
69b02ac
Compare
00034e4
to
1077cab
Compare
a2d49f6
to
f708570
Compare
28ee05b
to
44226c2
Compare
8dc64ed
to
f1bba0c
Compare
9fd8a95
to
511b329
Compare
511b329
to
b90a644
Compare
d370819
to
b5be133
Compare
46ce17d
to
fbe2c46
Compare
avgAGB
previously approved these changes
Jan 24, 2025
74cf75f
to
4fd88fa
Compare
47584ee
to
807bd51
Compare
9f2b29a
to
1509ee4
Compare
1509ee4
to
279c8cf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new "coverage" module and made changes to enable the SonarQube/Jacoco code coverage reports.
Uses a local SonarQube instance to keep track of the coverage report. It can run in docker. Contact me for steps to get it in place.
** must use 3.8.x version of maven - 3.9.y does not work, known issue w/ sonarqube **
mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=DataWave -Dsonar.projectName='DataWave' -Dsonar.host.url=http://localhost:8080 -Dsonar.token=<token>