mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
commit
7ee343c8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
# very slow but oh well what are you gonna do, not test things?
|
||||
# note it skips the roaring migrate
|
||||
echo "mode: atomic" > coverage.out
|
||||
for pkg in $(go list all | grep featurebase | grep -v roaring-migrate); do
|
||||
for pkg in $(go list all | grep featurebase ); do
|
||||
go test -coverprofile=pkgcoverage.out -covermode=atomic $pkg;
|
||||
tail -n +2 pkgcoverage.out >> coverage.out; done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue