mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
* fix(producer): credit held video tails in coverage gate * test(producer): decouple makeExtracted's durationSeconds default from delivered frame count Defaulting durationSeconds to delivered/fps made any test modeling a delivery shortfall silently report full coverage unless it remembered to override durationSeconds afterward. Default to Infinity instead so callers fall into the 'no usable source duration' branch (full slot required) unless they explicitly pass a duration.