Coverage fixes
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
3
pkg/cache_test.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package main
|
||||
|
||||
// Dummy test file for now
|
||||
Reference in New Issue
Block a user