Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 0cc841b

Browse files
Cloud-Chenwagmarcel
authored andcommitted
update the file for the unit test coverage report
1 parent 2b6f5c0 commit 0cc841b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ apply plugin: 'pmd'
4444

4545
apply plugin: 'jacoco'
4646
apply plugin: 'com.palantir.jacoco-coverage'
47+
apply plugin: 'com.palantir.jacoco-full-report'
4748

4849
jacoco {
4950
toolVersion = "0.7.6.201602180812"
@@ -150,4 +151,4 @@ dependencies {
150151
testCompile "com.btmatthews.hamcrest:hamcrest-matchers:1.0.1"
151152

152153
pmd('net.sourceforge.pmd:pmd-core:5.4.1', 'net.sourceforge.pmd:pmd-java:5.4.1')
153-
}
154+
}

0 commit comments

Comments
 (0)