Skip to content

Commit

Permalink
Skip SemaphoreBulkhead coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
storozhukBM committed Dec 11, 2017
1 parent f620a5a commit c048f87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ configure(project.coreProjects) {

cobertura {
coverageIgnoreTrivial = true
coverageExcludes = ['.*io.github.resilience4j.bulkhead.internal.*']
}

jmh {
Expand Down Expand Up @@ -134,4 +135,4 @@ artifactory {
clientConfig.proxy.host = System.properties['https.proxyHost']
clientConfig.proxy.port = System.properties['https.proxyPort'].toInteger()
}
}
}

0 comments on commit c048f87

Please sign in to comment.