Perform a few renamings

This commit is contained in:
Jan-Eric Hellenberg
2021-05-11 10:38:01 +02:00
parent 54df1e8ec8
commit fde334a610
7 changed files with 23 additions and 25 deletions

View File

@@ -50,8 +50,8 @@ test:
needs: []
script:
- go test $(go list ./... | grep -v /e2e_tests) -v -coverprofile coverage.cov
- # exclude Mock files from coverage report
- cat coverage.cov | grep -v Mock.go > coverage_cleaned.cov || true
# exclude Mock files from coverage report
- cat coverage.cov | grep -v _mock.go > coverage_cleaned.cov || true
- go tool cover -func=coverage_cleaned.cov
- go tool cover -html=coverage_cleaned.cov -o coverage_unit.html
artifacts: