cvrpkg try again

This commit is contained in:
Todd Gruben 2021-11-01 12:33:59 -05:00
parent 745c34bbfd
commit ff6a85b728

View file

@ -78,7 +78,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=.../molecula/featurebase/v2/... -coverprofile=coverage.out
artifacts:
paths:
- coverage.out