From 35d35d9d4de97fa36fc36308e5fd863fb41885a2 Mon Sep 17 00:00:00 2001 From: reesporte Date: Mon, 1 Nov 2021 14:33:57 -0500 Subject: [PATCH] get rid of coverage html since we dont use it --- .gitlab/.gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index f95be5f49..8b249480a 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -93,18 +93,6 @@ run go tests with output: paths: - test-report.out -generate coverage html: - stage: test - image: golang:1.16.9 - script: - - echo "Generating coverage HTML.." - - go tool cover -html coverage.out -o coverage.html - artifacts: - paths: - - coverage.html - needs: - - job: run go tests - upload to sonarcloud: stage: test image: sonarsource/sonar-scanner-cli:4.6