Actions tests

pull/694/head
Mattia Iavarone 6 years ago
parent d0914e24d5
commit 6f21a971e6
  1. 2
      cameraview/build.gradle

@ -208,6 +208,8 @@ task createCoverageReports() {
task mergeCoverageReports(type: JacocoReport) {
// Let this be called without running the tests.
// dependsOn "createCoverageReports"
// However, ensure we have the compiled .class files.
dependsOn "compileDebugSources"
// Merge unit tests and android tests data
executionData = fileTree(dir: "$buildDir", includes: [

Loading…
Cancel
Save