Skip to content
Snippets Groups Projects
Commit b605c325 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

rm artifacts

parent 2dd82369
No related branches found
No related tags found
2 merge requests!101Resolve "Increase test coverage",!90Develop
Pipeline #65282 passed with warnings
......@@ -7,9 +7,6 @@ unit-test-master:
script:
- go test -race $(go list ./... | grep -v /vendor/) -v -coverprofile=coverage.out
- go tool cover -func=coverage.out
artifacts:
reports:
cobertura: coverage.xml
unit-test:
......@@ -20,7 +17,4 @@ unit-test:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
script:
- go test -race $(go list ./... | grep -v /vendor/) -v -coverprofile=coverage.out
- go tool cover -func=coverage.out
artifacts:
reports:
cobertura: coverage.xml
- go tool cover -func=coverage.out
\ No newline at end of file
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