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

feat: scaffold consumer chain #3660

Merged
merged 67 commits into from
Mar 13, 2024

Merge branch 'main' into tbruyelle/feat/scaffold-consumer-chain

9025f3a
Select commit
Loading
Failed to load commit list.
Merged

feat: scaffold consumer chain #3660

Merge branch 'main' into tbruyelle/feat/scaffold-consumer-chain
9025f3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2024 in 1s

0.00% of diff hit (target 26.11%)

View this Pull Request on Codecov

0.00% of diff hit (target 26.11%)

Annotations

Check warning on line 90 in ignite/cmd/scaffold_chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/scaffold_chain.go#L88-L90

Added lines #L88 - L90 were not covered by tests

Check warning on line 106 in ignite/cmd/scaffold_chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/scaffold_chain.go#L106

Added line #L106 was not covered by tests

Check warning on line 124 in ignite/cmd/scaffold_chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/scaffold_chain.go#L124

Added line #L124 was not covered by tests

Check warning on line 134 in ignite/cmd/scaffold_chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/scaffold_chain.go#L134

Added line #L134 was not covered by tests

Check warning on line 142 in ignite/cmd/scaffold_chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/cmd/scaffold_chain.go#L142

Added line #L142 was not covered by tests

Check warning on line 192 in ignite/config/chain/base/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/config/chain/base/config.go#L191-L192

Added lines #L191 - L192 were not covered by tests

Check warning on line 196 in ignite/config/chain/base/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/config/chain/base/config.go#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 22 in ignite/internal/plugin/consumer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/internal/plugin/consumer.go#L17-L22

Added lines #L17 - L22 were not covered by tests

Check warning on line 38 in ignite/internal/plugin/consumer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/internal/plugin/consumer.go#L29-L38

Added lines #L29 - L38 were not covered by tests

Check warning on line 85 in ignite/services/chain/build.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/build.go#L76-L85

Added lines #L76 - L85 were not covered by tests

Check warning on line 176 in ignite/services/chain/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/init.go#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 188 in ignite/services/chain/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/init.go#L178-L188

Added lines #L178 - L188 were not covered by tests

Check warning on line 190 in ignite/services/chain/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/init.go#L190

Added line #L190 was not covered by tests

Check warning on line 225 in ignite/services/chain/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/chain/init.go#L219-L225

Added lines #L219 - L225 were not covered by tests

Check warning on line 60 in ignite/services/scaffolder/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/scaffolder/init.go#L49-L60

Added lines #L49 - L60 were not covered by tests

Check warning on line 116 in ignite/services/scaffolder/init.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/services/scaffolder/init.go#L116

Added line #L116 was not covered by tests

Check warning on line 43 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 50 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L47-L50

Added lines #L47 - L50 were not covered by tests

Check warning on line 54 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 60 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 62 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L62

Added line #L62 was not covered by tests

Check warning on line 66 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L66

Added line #L66 was not covered by tests

Check warning on line 76 in ignite/templates/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ignite/templates/app/app.go#L76

Added line #L76 was not covered by tests