Set up coverage

This commit is contained in:
Alec Sears
2019-10-10 15:35:44 -05:00
parent a50c9a3e77
commit 49ecea2b90
3 changed files with 3 additions and 2 deletions

View File

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