mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
include subpackages in coverage
This commit is contained in:
parent
f6f8db941d
commit
9f67866e95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue