From f30d5b59cacc0025a889509c037d6ae517271df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 30 May 2023 16:55:28 +0200 Subject: [PATCH] ci: drop references to unused Coveralls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 88efa8f035..da58dcaed7 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -40,9 +40,6 @@ pipeline { BUILD_ENV = 'prod' NIX_CONF_DIR = "${env.WORKSPACE}/nix" FASTLANE_DISABLE_COLORS = 1 - /* coverage report identification */ - COVERALLS_SERVICE_NAME = "jenkins" - COVERALLS_SERVICE_JOB_ID = "${JOB_NAME}#${BUILD_NUMBER}" } stages {