Skip to content
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

refactor: Add basic GetChainInfo method to plugin API #3561

tests: fix plugin template for integration tests

fdf95a3
Select commit
Loading
Failed to load commit list.
Merged

refactor: Add basic GetChainInfo method to plugin API #3561

tests: fix plugin template for integration tests
fdf95a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 5, 2023 in 0s

25.68% of diff hit (target 25.00%)

View this Pull Request on Codecov

25.68% of diff hit (target 25.00%)

Annotations

Check warning on line 213 in ignite/cmd/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/plugin.go#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 234 in ignite/cmd/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/plugin.go#L230-L234

Added lines #L230 - L234 were not covered by tests

Check warning on line 254 in ignite/cmd/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/plugin.go#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 273 in ignite/cmd/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/plugin.go#L272-L273

Added lines #L272 - L273 were not covered by tests

Check warning on line 349 in ignite/cmd/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/plugin.go#L348-L349

Added lines #L348 - L349 were not covered by tests

Check warning on line 34 in ignite/pkg/cosmosclient/mocks/faucet_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosclient/mocks/faucet_client.go#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 76 in ignite/pkg/cosmosclient/mocks/faucet_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosclient/mocks/faucet_client.go#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 45 in ignite/pkg/cosmosclient/mocks/gasometer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosclient/mocks/gasometer.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 103 in ignite/pkg/cosmosclient/mocks/gasometer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosclient/mocks/gasometer.go#L101-L103

Added lines #L101 - L103 were not covered by tests

Check warning on line 68 in ignite/pkg/cosmosclient/mocks/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosclient/mocks/signer.go#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 65 in ignite/pkg/cosmosgen/generate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmosgen/generate.go#L62-L65

Added lines #L62 - L65 were not covered by tests

Check warning on line 67 in ignite/pkg/cosmostxcollector/mocks/txs_collector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/cosmostxcollector/mocks/txs_collector.go#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 55 in ignite/pkg/gomodule/gomodule.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/gomodule/gomodule.go#L55

Added line #L55 was not covered by tests

Check warning on line 71 in ignite/pkg/gomodule/gomodule.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/pkg/gomodule/gomodule.go#L71

Added line #L71 was not covered by tests

Check warning on line 319 in ignite/services/chain/chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/chain.go#L318-L319

Added lines #L318 - L319 were not covered by tests

Check warning on line 43 in ignite/services/plugin/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/client_api.go#L27-L43

Added lines #L27 - L43 were not covered by tests

Check warning on line 23 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 40 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L27-L40

Added lines #L27 - L40 were not covered by tests

Check warning on line 47 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L43-L47

Added lines #L43 - L47 were not covered by tests

Check warning on line 49 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L49

Added line #L49 was not covered by tests

Check warning on line 60 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 67 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L63-L67

Added lines #L63 - L67 were not covered by tests

Check warning on line 72 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 77 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 90 in ignite/services/plugin/mocks/client_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/plugin/mocks/client_api.go#L86-L90

Added lines #L86 - L90 were not covered by tests