Coverage fixes

This commit is contained in:
Alec Sears
2019-10-10 15:56:15 -05:00
parent b2d48e7d38
commit a2d685af20
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ test-backend:
go test -v -mod=vendor ./pkg/...
test-ci:
npm run ci-test
mkdir -p tmp/coverage/golang/
go test -race -coverprofile=tmp/coverage/golang/coverage.txt -covermode=atomic -mod=vendor ./pkg/...
.PHONY: clean

3
pkg/cache_test.go Normal file
View File

@@ -0,0 +1,3 @@
package main
// Dummy test file for now