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

Fix build warnings and clippy warnings #328

Merged
merged 6 commits into from
Jul 10, 2024

refactor: #[allow(clippy::large_enum_variant)]

324c3ba
Select commit
Loading
Failed to load commit list.
Merged

Fix build warnings and clippy warnings #328

refactor: #[allow(clippy::large_enum_variant)]
324c3ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 10, 2024 in 1s

65.78% of diff hit (target 43.89%)

View this Pull Request on Codecov

65.78% of diff hit (target 43.89%)

Annotations

Check warning on line 31 in bin/src/http/api_console.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/src/http/api_console.rs#L31

Added line #L31 was not covered by tests

Check warning on line 52 in bin/src/server/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/src/server/connector.rs#L52

Added line #L52 was not covered by tests

Check warning on line 224 in bin/src/server/gateway.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/src/server/gateway.rs#L224

Added line #L224 was not covered by tests

Check warning on line 148 in bin/src/server/media.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/src/server/media.rs#L148

Added line #L148 was not covered by tests

Check warning on line 60 in bin/src/server/media/runtime_worker.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/src/server/media/runtime_worker.rs#L60

Added line #L60 was not covered by tests

Check warning on line 39 in packages/media_connector/src/agent_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_connector/src/agent_service.rs#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 171 in packages/media_connector/src/agent_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_connector/src/agent_service.rs#L169-L171

Added lines #L169 - L171 were not covered by tests

Check warning on line 43 in packages/media_connector/src/handler_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_connector/src/handler_service.rs#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 164 in packages/media_connector/src/handler_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_connector/src/handler_service.rs#L162-L164

Added lines #L162 - L164 were not covered by tests

Check warning on line 80 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 86 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 100 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_h264_sim.rs#L100

Added line #L100 was not covered by tests

Check warning on line 92 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs#L92

Added line #L92 was not covered by tests

Check warning on line 142 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 158 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp8_sim.rs#L158

Added line #L158 was not covered by tests

Check warning on line 105 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs#L105

Added line #L105 was not covered by tests

Check warning on line 107 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs#L107

Added line #L107 was not covered by tests

Check warning on line 129 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 173 in packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/local_track/packet_selector/video_vp9_svc.rs#L173

Added line #L173 was not covered by tests

Check warning on line 135 in packages/media_core/src/endpoint/internal/remote_track.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/remote_track.rs#L135

Added line #L135 was not covered by tests

Check warning on line 141 in packages/media_core/src/endpoint/internal/remote_track.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/remote_track.rs#L141

Added line #L141 was not covered by tests

Check warning on line 33 in packages/media_gateway/src/agent_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_gateway/src/agent_service.rs#L29-L33

Added lines #L29 - L33 were not covered by tests

Check warning on line 108 in packages/transport_webrtc/src/transport/webrtc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/transport/webrtc.rs#L101-L108

Added lines #L101 - L108 were not covered by tests

Check warning on line 617 in packages/transport_webrtc/src/transport/webrtc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/transport/webrtc.rs#L616-L617

Added lines #L616 - L617 were not covered by tests

Check warning on line 643 in packages/transport_webrtc/src/transport/webrtc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/transport/webrtc.rs#L640-L643

Added lines #L640 - L643 were not covered by tests