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

Recording endpoint #356

Merged
merged 13 commits into from
Feb 26, 2024
Merged

Recording endpoint #356

merged 13 commits into from
Feb 26, 2024

Conversation

Karolk99
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

Merging #356 (149c762) into master (f3d2b5a) will decrease coverage by 0.64%.
The diff coverage is 34.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
- Coverage   53.39%   52.76%   -0.64%     
==========================================
  Files          53       58       +5     
  Lines        2459     2534      +75     
==========================================
+ Hits         1313     1337      +24     
- Misses       1146     1197      +51     
Files Coverage Δ
file/lib/file_source_endpoint.ex 86.15% <100.00%> (+0.43%) ⬆️
...ration_test/test/support/file_endpont_generator.ex 100.00% <100.00%> (ø)
recording/lib/reporter.ex 100.00% <100.00%> (ø)
recording/lib/storage/file.ex 100.00% <100.00%> (ø)
recording/test/support/mock_track.ex 100.00% <100.00%> (ø)
recording/lib/recording_endpoint.ex 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3d2b5a...149c762. Read the comment docs.

.circleci/continue_config.yml Outdated Show resolved Hide resolved
recording/README.md Outdated Show resolved Hide resolved
recording/README.md Outdated Show resolved Hide resolved
recording/lib/recording_endpoint.ex Outdated Show resolved Hide resolved
recording/lib/recording_endpoint.ex Outdated Show resolved Hide resolved
integration_test/test/recording_endpoint_test.exs Outdated Show resolved Hide resolved
integration_test/test/support/file_endpont_generator.ex Outdated Show resolved Hide resolved
recording/README.md Outdated Show resolved Hide resolved
recording/README.md Outdated Show resolved Hide resolved
integration_test/test/recording_endpoint_test.exs Outdated Show resolved Hide resolved
integration_test/test/recording_endpoint_test.exs Outdated Show resolved Hide resolved
recording/lib/reporter.ex Outdated Show resolved Hide resolved
recording/lib/storage/config.ex Outdated Show resolved Hide resolved
recording/lib/reporter.ex Show resolved Hide resolved
recording/test/storage/file_test.exs Outdated Show resolved Hide resolved
recording/test/support/mock_track.ex Outdated Show resolved Hide resolved
recording/LICENSE Outdated Show resolved Hide resolved
recording/README.md Show resolved Hide resolved
recording/lib/recording_endpoint.ex Show resolved Hide resolved
@track_reports_keys [:type, :encoding, :offset, :clock_rate, :metadata]

@type filename :: String.t()
@type track_report :: %{
Copy link
Contributor

@mickel8 mickel8 Feb 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be useful to also have the duration of a track but we can add it later

recording/test/storage/file_test.exs Show resolved Hide resolved
recording/lib/storage/file.ex Show resolved Hide resolved
recording/lib/storage/file.ex Outdated Show resolved Hide resolved
Karolk99 and others added 11 commits February 26, 2024 10:03
Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
Co-authored-by: Michał Śledź <michalsledz34@gmail.com>
@Rados13 Rados13 force-pushed the recording-endpoint branch 2 times, most recently from 3755894 to e7c0319 Compare February 26, 2024 09:15
@Karolk99 Karolk99 merged commit 4fe4728 into master Feb 26, 2024
33 checks passed
@Karolk99 Karolk99 deleted the recording-endpoint branch February 26, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants