Add get_stats #538
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 8 warnings
Lint (OTP 26 / Elixir 1.15)
Process completed with exit code 20.
|
Test (OTP 26 / Elixir 1.15):
test/ex_webrtc/peer_connection_test.exs#L725
test close/1 (ExWebRTC.PeerConnectionTest)
|
Test (OTP 26 / Elixir 1.15)
Process completed with exit code 2.
|
Lint (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
|
Lint (OTP 26 / Elixir 1.15):
lib/ex_webrtc/app.ex#L1
Modules should have a @moduledoc tag.
|
Lint (OTP 26 / Elixir 1.15):
lib/ex_webrtc/app.ex#L5
There should be no calls to IO.inspect/1.
|
Test (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
|
Test (OTP 26 / Elixir 1.15):
lib/ex_webrtc/peer_connection.ex#L579
variable "stats" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test (OTP 26 / Elixir 1.15):
lib/ex_webrtc/ice_transport.ex#L47
ExICE.ICEAgent.get_stats/1 is undefined or private
|
Test (OTP 26 / Elixir 1.15):
lib/ex_webrtc/peer_connection.ex#L582
RTPReceiver.get_stats/2 is undefined (module RTPReceiver is not available or is yet to be defined)
|
Test (OTP 26 / Elixir 1.15):
test/ex_webrtc/dtls_transport_test.exs#L12
function get_stats/1 required by behaviour ExWebRTC.ICETransport is not implemented (in module ExWebRTC.DTLSTransportTest.MockICETransport)
|