Disable coverage and add TODO
This commit is contained in:
parent
b1589c3819
commit
bef848ec2d
|
@ -1,5 +1,10 @@
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
|
||||||
|
// TODO: add more tests
|
||||||
|
excludedClassesCoverage += [
|
||||||
|
'datadog.common.exec*'
|
||||||
|
]
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile deps.slf4j
|
compile deps.slf4j
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue