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