1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-05 13:26:45 +01:00

Updated jacoco config to fix ci errors

This commit is contained in:
Nite 2020-08-24 11:45:27 +02:00
parent 5739b2bf4b
commit 74c3acd29f
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1

View File

@ -109,4 +109,5 @@ jacoco {
tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
}