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

[INJIMOB-2712] Add sonar support for push trigger #76

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[INJIMOB-2712] add description for jacoco report task
Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
KiruthikaJeyashankar committed Jan 23, 2025
commit 4eabbe0199720b5d6b0e6f113e29ff4cdab09cd1
2 changes: 2 additions & 0 deletions vc-verifier/kotlin/vcverifier/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -69,6 +69,8 @@ tasks.withType<Test> {
}

tasks.register("jacocoTestReport", JacocoReport::class) {
description = "Generates Test coverage report"
group = "TestReport"
dependsOn("testDebugUnitTest")

reports {