Skip to content

Commit

Permalink
test: comment jacoco.excludes duplication
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Nett <skaldarnar@googlemail.com>
  • Loading branch information
keturn and skaldarnar authored May 16, 2022
1 parent d4a8b22 commit 6272ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ test {
dependsOn rootProject.extractNatives
}

// Keep in sync with other exclude-lists for Jacoco, e.g., in 'engine-tests/build.gradle'
jacoco.excludes = ["org.terasology.protobuf.*", "*MethodAccess", "*FieldAccess"]
}

Expand Down
1 change: 1 addition & 0 deletions engine-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ task unitTest(type: Test) {
}
systemProperty("junit.jupiter.execution.timeout.default", "1m")

// Keep in sync with other exclude-lists for Jacoco, e.g., in 'common.gradle'
jacoco.excludes = ["org.terasology.protobuf.*", "*MethodAccess", "*FieldAccess"]
}

Expand Down

0 comments on commit 6272ce2

Please sign in to comment.