include subpackages in coverage

This commit is contained in:
Todd Gruben 2021-11-01 11:21:57 -05:00
parent f6f8db941d
commit 9f67866e95

View file

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