all the things

This commit is contained in:
Todd Gruben 2021-11-01 12:49:27 -05:00
parent ff6a85b728
commit 2f92fd2a9a

View file

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