mirror of https://github.com/VinGarcia/ksql.git
Fix CI
parent
8f24194630
commit
53ae836dc2
|
@ -2,7 +2,7 @@ coverage:
|
|||
ignore:
|
||||
- "internal/**/*"
|
||||
- "examples/**/*"
|
||||
- "kbuilder/*"
|
||||
- "internal/kbuilder/*"
|
||||
- "kstructs/*"
|
||||
- "test_adapters.go"
|
||||
- "internal_mocks.go"
|
||||
|
|
|
@ -3,8 +3,8 @@ package kbuilder_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/vingarcia/ksql/internal/kbuilder"
|
||||
tt "github.com/vingarcia/ksql/internal/testtools"
|
||||
"github.com/vingarcia/ksql/kbuilder"
|
||||
)
|
||||
|
||||
func TestInsertQuery(t *testing.T) {
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/vingarcia/ksql/internal/kbuilder"
|
||||
tt "github.com/vingarcia/ksql/internal/testtools"
|
||||
"github.com/vingarcia/ksql/kbuilder"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
|
|
Loading…
Reference in New Issue