Closed faddat closed 2 months ago
connectabci connecttypes
:steam_locomotive: If you're seeing this message and your PR is from a branch that doesn't have check-spelling, please merge to your PR's base branch to get the version configured for your repository.
connectabci connecttypes
:steam_locomotive: If you're seeing this message and your PR is from a branch that doesn't have check-spelling, please merge to your PR's base branch to get the version configured for your repository.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.97%. Comparing base (
2d6a5f5
) to head (aecd194
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When there are multiple modules in the same repository, Go has a strong preference for versioning each of them independently.
So, I think that this will allow users to import the correct version of the connect tests.
Here's an example of what I'm trying to address here:
* https://github.com/cosmos/ibc-go/blob/main/modules/capability/go.mod
So even though ibc-go is at v8, we can see that the capability module, which shares commits from ibc-go/v8 drops the /v8 part in its import url.
I think it is mainly just golang being odd, and that this will resolve some issues when external users and developers try to import connect's tests.