good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 5771917b authored by a's avatar a
Browse files

sed

parent a72609fa
No related branches found
Tags v0.2.23
No related merge requests found
Pipeline #26222 failed with stage
in 4 minutes and 15 seconds
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment