Skip to content

test(video-stream): add H.264 video streaming and transcoding tests

5255cd4
Select commit
Loading
Failed to load commit list.
Open

feat(sip-video-bridge): introduce production-grade SIP → WebRTC video… #637

test(video-stream): add H.264 video streaming and transcoding tests
5255cd4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 29, 2026 in 0s

52.06% (-13.20%) compared to 0460b40

View this Pull Request on Codecov

52.06% (-13.20%) compared to 0460b40

Details

Codecov Report

❌ Patch coverage is 28.97351% with 3003 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.06%. Comparing base (0460b40) to head (5255cd4).
⚠️ Report is 251 commits behind head on main.

Files with missing lines Patch % Lines
pkg/videobridge/bridge.go 0.00% 366 Missing ⚠️
pkg/videobridge/signaling/server.go 0.00% 212 Missing ⚠️
pkg/videobridge/transcode/transcode.go 0.00% 197 Missing ⚠️
pkg/videobridge/publisher/publisher.go 0.00% 193 Missing ⚠️
pkg/videobridge/ingest/rtp_receiver.go 0.00% 173 Missing ⚠️
pkg/videobridge/session/session.go 0.00% 132 Missing ⚠️
pkg/videobridge/transcode/gpu.go 0.00% 124 Missing ⚠️
pkg/videobridge/session/redis_store.go 0.00% 123 Missing ⚠️
pkg/videobridge/resilience/degradation.go 0.00% 118 Missing ⚠️
pkg/videobridge/transcode/queue.go 0.00% 115 Missing ⚠️
... and 28 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #637       +/-   ##
===========================================
- Coverage   65.25%   52.06%   -13.20%     
===========================================
  Files          51       74       +23     
  Lines        6588    11321     +4733     
===========================================
+ Hits         4299     5894     +1595     
- Misses       1915     4949     +3034     
- Partials      374      478      +104     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.