-
Notifications
You must be signed in to change notification settings - Fork 5
CCM-7478: Enable Test Coverage Reporting in Sonar #1007
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
Merged
gareth-allan
merged 21 commits into
release
from
feature/CCM-7478_sonarqube_test_coverage
Oct 2, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ef66882
CCM-7478: Remove unnecessary sandbox dependency
gareth-allan d5ffc92
CCM-7478: Configure test coverage reporting
gareth-allan 5e82989
CCM-7478: Try to fix coverage path
gareth-allan db90384
CCM-7478: Add debug
gareth-allan 3a1ce51
CCM-7478: Remove debug again
gareth-allan dfa0fc4
CCM-7478: Rewrite LCOV file for correct paths
gareth-allan de89956
CCM-7478: Tweak coverage generation
gareth-allan a3622a4
CCM-7478: Don't set Node.js path for Sonar
gareth-allan 94bf92e
Enable debug mode for Sonar scan
gareth-allan 71335ae
CCM-7478: Try disabling coverage exclusions
gareth-allan a825808
Merge branch 'release' into feature/CCM-7478_sonarqube_test_coverage
gareth-allan dc56cd5
CCM-7478: Specify test files to Sonar
gareth-allan b596fec
CCM-7478: Attempt to fail Sonar quality gate
gareth-allan 7ff1310
CCM-7478: Further attempts to break Sonar
gareth-allan e56ce99
CCM-7478: Further attempt to fail Sonar quality gate
gareth-allan fd86be5
CCM-7478: Try adding a sonar.sources property
gareth-allan c066b32
CCM-7478: Remove sonar.tests property
gareth-allan df79145
CCM-7478: Make Sonar scan fail if quality gate fails
gareth-allan e267f3a
CCM-7478: Attempt to configure test files again
gareth-allan 4f983d5
CCM-7478: Remove deliberate Sonar failure
gareth-allan 5e582ac
CCM-7478: Disable Sonar debug output
gareth-allan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ env | |
| *.pem | ||
| sandbox/coverage | ||
| sandbox/.nyc_output | ||
| coverage | ||
| zap-report/ | ||
| zap-report.json | ||
| zap-report.xml | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.