Skip to content

Docs and test improvements#17

Merged
LVala merged 7 commits intomasterfrom
docs-and-test-improvements
Jun 16, 2023
Merged

Docs and test improvements#17
LVala merged 7 commits intomasterfrom
docs-and-test-improvements

Conversation

@LVala
Copy link
Copy Markdown
Collaborator

@LVala LVala commented Jun 15, 2023

Fixed invalid docs, added new docker test setup (similar to the one in jellyfish_videoroom and changed peer/component type (when e.g. listing rooms) from e.g. :webrtc to Jellyfish.Peer.WebRTC to be consistent with the rest of the API.

@LVala LVala requested a review from roznawsk June 15, 2023 11:04
@LVala LVala self-assigned this Jun 15, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 15, 2023

Codecov Report

Merging #17 (b052442) into master (20945d5) will decrease coverage by 1.71%.
The diff coverage is 58.33%.

❗ Current head b052442 differs from pull request most recent head 82e4344. Consider uploading reports for the commit 82e4344 to get more accurate results

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   74.59%   72.88%   -1.71%     
==========================================
  Files           8        8              
  Lines         122      118       -4     
==========================================
- Hits           91       86       -5     
- Misses         31       32       +1     
Impacted Files Coverage Δ
lib/jellyfish/client.ex 100.00% <ø> (ø)
lib/jellyfish/notifier.ex 63.15% <ø> (ø)
lib/jellyfish/room.ex 74.13% <ø> (ø)
lib/jellyfish/component.ex 55.55% <50.00%> (-14.45%) ⬇️
lib/jellyfish/peer.ex 66.66% <66.66%> (-8.34%) ⬇️

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 20945d5...82e4344. Read the comment docs.

Copy link
Copy Markdown
Member

@roznawsk roznawsk left a comment

Choose a reason for hiding this comment

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

Looks, great 🥇 . I added a single comment, referring to my latest PR.

Comment thread lib/jellyfish/room.ex Outdated
Comment on lines 18 to 19
%Jellyfish.Peer{id: "5a731f2e-f49f-4d58-8f64-16a5c09b520e", type: Jellyfish.Peer.WebRTC},
"3LTQ3ZDEtYTRjNy0yZDQyZjU1MDAxY2FkAAdyb29tX2lkbQAAACQ0M"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I should've changed this before.

Suggested change
%Jellyfish.Peer{id: "5a731f2e-f49f-4d58-8f64-16a5c09b520e", type: Jellyfish.Peer.WebRTC},
"3LTQ3ZDEtYTRjNy0yZDQyZjU1MDAxY2FkAAdyb29tX2lkbQAAACQ0M"}
%Jellyfish.Peer{
id: "65174802-7b1c-4dfd-b902-106958067337",
type: :webrtc,
status: :disconnected
},

@LVala LVala merged commit eab0db5 into master Jun 16, 2023
@LVala LVala deleted the docs-and-test-improvements branch June 16, 2023 09:08
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.

2 participants