Disable coverage and add TODO

This commit is contained in:
Nikolay Martynov 2020-04-13 18:44:18 -04:00
parent b1589c3819
commit bef848ec2d
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
apply from: "${rootDir}/gradle/java.gradle"
// TODO: add more tests
excludedClassesCoverage += [
'datadog.common.exec*'
]
dependencies {
compile deps.slf4j