Skip to content

Commit e0f16f4

Browse files
committed
Excluded OrientDB class from JaCoCo instrumentation.
1 parent 7166029 commit e0f16f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ subprojects {
9696
events "passed", "skipped", "failed"
9797
exceptionFormat "full"
9898
}
99+
100+
jacoco {
101+
excludes = ["**/*OrientSqlTokenManager*"]
102+
}
99103
}
100104

101105
dependencies {

0 commit comments

Comments
 (0)