From 5771917b65e0f46e543a7585d0869a0723142aea Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Fri, 1 Sep 2023 14:11:45 -0500 Subject: [PATCH] sed --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d43635d..7fb86df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ coverage: extends: .go-cache script: - go run gotest.tools/gotestsum@latest --junitfile report.xml --format testname -- -coverprofile=coverage.txt -covermode count ./... + - sed -i '/jrpctest/d' coverage.txt - go tool cover -func=coverage.txt - go run github.com/boumenot/gocover-cobertura@master < coverage.txt > coverage.xml artifacts: -- GitLab