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

use native timestamps instead of time.Duration #190

Merged
merged 1 commit into from
Oct 7, 2024

use native timestamps

c5a9bc5
Select commit
Loading
Failed to load commit list.
Merged

use native timestamps instead of time.Duration #190

use native timestamps
c5a9bc5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 1s

72.98% (-0.19%) compared to 076f27f, passed because coverage increased by 0.08% when compared to adjusted base (72.89%)

View this Pull Request on Codecov

72.98% (-0.19%) compared to 076f27f, passed because coverage increased by 0.08% when compared to adjusted base (72.89%)

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 15 lines in your changes missing coverage. Please review.

Project coverage is 72.98%. Comparing base (076f27f) to head (c5a9bc5).

Files with missing lines Patch % Lines
client_stream_processor_fmp4.go 78.26% 3 Missing and 2 partials ⚠️
muxer_stream.go 42.85% 3 Missing and 1 partial ⚠️
client.go 50.00% 3 Missing ⚠️
muxer_segmenter.go 91.42% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   73.16%   72.98%   -0.19%     
==========================================
  Files          58       58              
  Lines        3932     3950      +18     
==========================================
+ Hits         2877     2883       +6     
- Misses        865      875      +10     
- Partials      190      192       +2     

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