Skip to content

Commit 56001d4

Browse files
committed
no need for test coverage report
1 parent 8fb0305 commit 56001d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

memory-protocol/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ plugins {
22
id("openapiparser.test")
33
id("openapiparser.library")
44
}
5+
6+
tasks.named("jacocoLogTestCoverage").configure {
7+
enabled = false
8+
}

0 commit comments

Comments
 (0)