Skip to content

Commit

Permalink
remove gauge_messages submodule and use go pkg
Browse files Browse the repository at this point in the history
add compatibility for concept start/end events

Signed-off-by: sriv <[email protected]>
  • Loading branch information
sriv committed Jan 29, 2024
1 parent 683d4a6 commit 0790228
Show file tree
Hide file tree
Showing 12 changed files with 1,174 additions and 6,926 deletions.
2 changes: 1 addition & 1 deletion builder/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

"strings"

"github.com/getgauge/xml-report/gauge_messages"
"github.com/getgauge/gauge-proto/go/gauge_messages"
"github.com/lestrrat-go/libxml2"
"github.com/lestrrat-go/libxml2/xsd"
. "gopkg.in/check.v1"
Expand Down
2 changes: 1 addition & 1 deletion builder/xmlReportBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

"path/filepath"

"github.com/getgauge/xml-report/gauge_messages"
"github.com/getgauge/gauge-proto/go/gauge_messages"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion builder/xmlReportBuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"path/filepath"

"github.com/getgauge/xml-report/gauge_messages"
"github.com/getgauge/gauge-proto/go/gauge_messages"
. "gopkg.in/check.v1"
)

Expand Down
Loading

0 comments on commit 0790228

Please sign in to comment.