coverage fun

This commit is contained in:
Todd Gruben 2021-11-01 11:59:22 -05:00
parent 9f67866e95
commit 2dab5ac8b2

View file

@ -64,7 +64,7 @@ run go tests:
extends: .go-cache
script:
- echo "Running featurebase unit tests..."
- go test -covermode=atomic -coverpkg=./... -coverprofile=coverage.out ./...
- go test -covermode=atomic -coverpkg=./... -coverprofile=coverage.out
artifacts:
paths:
- coverage.out