Test fix.
This commit is contained in:
parent
070d82f90f
commit
f9e178b0e8
2 changed files with 3 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
|
||||
- run: mkdir -p $TEST_RESULTS
|
||||
- run: go test -v ./... -coverpkg=github.com/go-jet/jet/postgres/...,github.com/go-jet/jet/mysql/...,github.com/go-jet/jet/execution/...,github.com/go-jet/jet/generator/...,github.com/go-jet/jet/internal/... -coverprofile=cover.out 2>&1 | go-junit-report > $TEST_RESULTS/results.xml
|
||||
- run: go test -v ./... -coverpkg=github.com/go-jet/jet/postgres/...,github.com/go-jet/jet/mysql/...,github.com/go-jet/jet/execution/...,github.com/go-jet/jet/generator/...,github.com/go-jet/jet/internal/... -coverprofile=cover.out #2>&1 | go-junit-report > $TEST_RESULTS/results.xml
|
||||
|
||||
- run:
|
||||
name: Upload code coverage
|
||||
|
|
|
|||
|
|
@ -30,3 +30,5 @@ var DateTimeExp = jet.TimestampExp
|
|||
var TimestampExp = jet.TimestampExp
|
||||
|
||||
var Raw = jet.Raw
|
||||
|
||||
var NewEnumValue = jet.NewEnumValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue