Skip to content

Add basic skeleton of PeerConnection #4

Add basic skeleton of PeerConnection

Add basic skeleton of PeerConnection #4

Triggered via push September 19, 2023 15:27
Status Failure
Total duration 3m 17s
Artifacts

ci.yml

on: push
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Lint (OTP 26 / Elixir 1.15)
Process completed with exit code 1.
Test (OTP 26 / Elixir 1.15)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (OTP 26 / Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (OTP 26 / Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Lint (OTP 26 / Elixir 1.15)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Lint (OTP 26 / Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (OTP 26 / Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Lint (OTP 26 / Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead