From 3f580ba75a1a4bfe1d00a41b292c2775923295ce Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Wed, 20 Oct 2021 12:13:04 -0400 Subject: [PATCH] [fenix] Deactivate jacoco and coverage report uploads --- taskcluster/ci/test/kind.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/taskcluster/ci/test/kind.yml b/taskcluster/ci/test/kind.yml index 550c1d755..82cd42f27 100644 --- a/taskcluster/ci/test/kind.yml +++ b/taskcluster/ci/test/kind.yml @@ -43,15 +43,8 @@ jobs: - ['java', '-version'] gradlew: - 'clean' - - '-Pcoverage' - - 'jacocoDebugTestReport' + - 'testDebugUnitTest' - 'githubTestDetails' - post-gradlew: - - ['automation/taskcluster/upload_coverage_report.sh'] - secrets: - - name: project/mobile/fenix/public-tokens - key: codecov - path: .cc_token treeherder: platform: 'android-all/opt' symbol: debug(T)