-
Notifications
You must be signed in to change notification settings - Fork 246
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
1
commit 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
cogross
force-pushed
the
tasks/code-coverage
branch
from
June 27, 2023 16:20
523f27b
to
0203200
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
3 times, most recently
from
July 6, 2023 12:46
ce563c1
to
480a0c0
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
6 times, most recently
from
July 18, 2023 11:12
dd3a78c
to
69b02ac
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
5 times, most recently
from
July 28, 2023 14:43
00034e4
to
1077cab
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
4 times, most recently
from
August 8, 2023 11:27
a2d49f6
to
f708570
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
4 times, most recently
from
August 16, 2023 12:12
28ee05b
to
44226c2
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
5 times, most recently
from
August 22, 2023 13:39
8dc64ed
to
f1bba0c
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
6 times, most recently
from
August 30, 2024 12:00
5c61d0f
to
eca7679
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
2 times, most recently
from
September 9, 2024 15:02
4aa098c
to
4bf0fd5
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
6 times, most recently
from
September 16, 2024 14:41
974746b
to
9a4364c
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
3 times, most recently
from
September 25, 2024 20:00
31646c2
to
054f54c
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
6 times, most recently
from
October 7, 2024 18:51
4a6534a
to
9b49b75
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
from
October 15, 2024 16:27
9b49b75
to
a7f2071
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
3 times, most recently
from
November 4, 2024 11:18
122c8b9
to
81d396c
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
from
November 6, 2024 17:30
81d396c
to
d894c3e
Compare
cogross
force-pushed
the
tasks/code-coverage
branch
from
November 14, 2024 13:13
d894c3e
to
7e9f91a
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>