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

Clean up generic String variants in error types #1347

Merged
merged 21 commits into from
Sep 20, 2024

Merge branch 'imp/clean-up-string-variants' of https://github.com/cos…

bd6e694
Select commit
Loading
Failed to load commit list.
Merged

Clean up generic String variants in error types #1347

Merge branch 'imp/clean-up-string-variants' of https://github.com/cos…
bd6e694
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 20, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 136 in ibc-apps/ics20-transfer/src/module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics20-transfer/src/module.rs#L136

Added line #L136 was not covered by tests

Check warning on line 144 in ibc-apps/ics20-transfer/src/module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics20-transfer/src/module.rs#L144

Added line #L144 was not covered by tests

Check warning on line 58 in ibc-apps/ics20-transfer/types/src/msgs/transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics20-transfer/types/src/msgs/transfer.rs#L58

Added line #L58 was not covered by tests

Check warning on line 68 in ibc-apps/ics20-transfer/types/src/msgs/transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics20-transfer/types/src/msgs/transfer.rs#L68

Added line #L68 was not covered by tests

Check warning on line 103 in ibc-apps/ics20-transfer/types/src/msgs/transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics20-transfer/types/src/msgs/transfer.rs#L103

Added line #L103 was not covered by tests

Check warning on line 135 in ibc-apps/ics721-nft-transfer/src/module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/module.rs#L135

Added line #L135 was not covered by tests

Check warning on line 143 in ibc-apps/ics721-nft-transfer/src/module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/module.rs#L143

Added line #L143 was not covered by tests

Check warning on line 250 in ibc-apps/ics721-nft-transfer/types/src/class.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/types/src/class.rs#L250

Added line #L250 was not covered by tests

Check warning on line 122 in ibc-apps/ics721-nft-transfer/types/src/msgs/transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/types/src/msgs/transfer.rs#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 95 in ibc-apps/ics721-nft-transfer/types/src/packet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/types/src/packet.rs#L95

Added line #L95 was not covered by tests

Check warning on line 162 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L162

Added line #L162 was not covered by tests

Check warning on line 297 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L297

Added line #L297 was not covered by tests

Check warning on line 125 in ibc-clients/ics07-tendermint/src/client_state/misbehaviour.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/misbehaviour.rs#L125

Added line #L125 was not covered by tests

Check warning on line 59 in ibc-clients/ics07-tendermint/src/client_state/update_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/update_client.rs#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 281 in ibc-clients/ics07-tendermint/src/client_state/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/validation.rs#L281

Added line #L281 was not covered by tests

Check warning on line 189 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L189

Added line #L189 was not covered by tests

Check warning on line 252 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L252

Added line #L252 was not covered by tests

Check warning on line 262 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L262

Added line #L262 was not covered by tests

Check warning on line 272 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L272

Added line #L272 was not covered by tests

Check warning on line 357 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L357

Added line #L357 was not covered by tests

Check warning on line 71 in ibc-clients/ics07-tendermint/types/src/consensus_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/consensus_state.rs#L71

Added line #L71 was not covered by tests

Check warning on line 112 in ibc-clients/ics07-tendermint/types/src/consensus_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/consensus_state.rs#L112

Added line #L112 was not covered by tests

Check warning on line 59 in ibc-clients/ics07-tendermint/types/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/error.rs#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 94 in ibc-clients/ics07-tendermint/types/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/error.rs#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 56 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L56

Added line #L56 was not covered by tests