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

added after_script for failing tests

parent 0227e7c3
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #65304 canceled
......@@ -6,6 +6,7 @@ unit-test-master:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- go test -race $(go list ./... | grep -v /forks/ | grep -v /api/ | grep -v /mocks ) -v -coverprofile=coverage.out
after_script:
- go tool cover -func=coverage.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment