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 control messages #170

Merged
merged 2 commits into from
Apr 15, 2024

Mark Control as non exhaustive

0a37d72
Select commit
Loading
Failed to load commit list.
Merged

Refactor control messages #170

Mark Control as non exhaustive
0a37d72
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 15, 2024 in 1s

41.05% of diff hit (target 66.58%)

View this Pull Request on Codecov

41.05% of diff hit (target 66.58%)

Annotations

Check warning on line 117 in src/v3/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/connection.rs#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 192 in src/v3/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/connection.rs#L192

Added line #L192 was not covered by tests

Check warning on line 202 in src/v3/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/connection.rs#L201-L202

Added lines #L201 - L202 were not covered by tests

Check warning on line 24 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L24

Added line #L24 was not covered by tests

Check warning on line 32 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L32

Added line #L32 was not covered by tests

Check warning on line 36 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L36

Added line #L36 was not covered by tests

Check warning on line 55 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L49-L55

Added lines #L49 - L55 were not covered by tests

Check warning on line 74 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L74

Added line #L74 was not covered by tests

Check warning on line 76 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L78

Added line #L78 was not covered by tests

Check warning on line 82 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L82

Added line #L82 was not covered by tests

Check warning on line 84 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L84

Added line #L84 was not covered by tests

Check warning on line 86 in src/v3/client/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/control.rs#L86

Added line #L86 was not covered by tests

Check warning on line 164 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 168 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 175 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 179 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 207 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L207

Added line #L207 was not covered by tests

Check warning on line 222 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L222

Added line #L222 was not covered by tests

Check warning on line 236 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L235-L236

Added lines #L235 - L236 were not covered by tests

Check warning on line 241 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L240-L241

Added lines #L240 - L241 were not covered by tests

Check warning on line 246 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L246

Added line #L246 was not covered by tests

Check warning on line 274 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L274

Added line #L274 was not covered by tests

Check warning on line 321 in src/v3/client/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/client/dispatcher.rs#L321

Added line #L321 was not covered by tests

Check warning on line 61 in src/v3/control.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/v3/control.rs#L61

Added line #L61 was not covered by tests