Skip to content

Commit

Permalink
Excluded OrientDB class from JaCoCo instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Apr 13, 2021
1 parent 7166029 commit e0f16f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ subprojects {
events "passed", "skipped", "failed"
exceptionFormat "full"
}

jacoco {
excludes = ["**/*OrientSqlTokenManager*"]
}
}

dependencies {
Expand Down

0 comments on commit e0f16f4

Please sign in to comment.