Commit 5318b178 authored by jashaikh's avatar jashaikh

Added Jacoco Code Coverage For Sonar.

parent 7a3f1eac
......@@ -26,6 +26,12 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
}
sonarqube {
properties {
property 'sonar.exclusions', '/src/main/java/com/example/JavaAzureAppConfigApplication.java,'
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment