Skip to content
Snippets Groups Projects
Commit f57694d2 authored by Jonah Husson's avatar Jonah Husson
Browse files

Fix gitlab ci

parent aace2ba2
No related branches found
No related tags found
2 merge requests!38Project/haven beta,!36Update notifications bot to allow multiple identities & devices
......@@ -33,7 +33,7 @@ build:
# Test coverage
- go-acc --covermode atomic --output testdata/coverage.out ./... -- -v
# Exclude cmd from test coverage as it is command line related tooling
- grep -v -e cmd -e storage -e testutil testdata/coverage.out > testdata/coverage-real.out
- cat testdata/coverage.out | grep -v cmd | grep -v main.go > testdata/coverage-real.out
- go tool cover -func=testdata/coverage-real.out
- go tool cover -html=testdata/coverage-real.out -o testdata/coverage.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment