-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update ICS #759
chore: update ICS #759
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #759 +/- ##
==========================================
+ Coverage 57.00% 57.03% +0.02%
==========================================
Files 208 208
Lines 11630 11632 +2
==========================================
+ Hits 6630 6634 +4
+ Misses 4396 4395 -1
+ Partials 604 603 -1 ☔ View full report in Codecov by Sentry. |
tests/integration/go.mod
Outdated
@@ -1,4 +1,4 @@ | |||
module github.com/skip-mev/connect/tests/integration/v2 | |||
module github.com/skip-mev/connect/v2/tests/integration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they way it was previously made more sense to me. any reason to change this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this way seems to not work. When adding new module to neutron:
go: finding module for package github.com/skip-mev/connect/tests/integration/v2
go: found github.com/skip-mev/connect/tests/integration/v2 in github.com/skip-mev/connect/tests/integration/v2 v2.0.0
go: neutron/tests/connect tested by
neutron/tests/connect.test imports
github.com/skip-mev/connect/tests/integration/v2: github.com/skip-mev/connect/tests/integration/v2@v2.0.0: parsing go.mod:
module declares its path as: github.com/skip-mev/connect/v2/tests/integration/v2
but was required as: github.com/skip-mev/connect/tests/integration/v2
Closes CON-1753
updates
interchain-security
to v6