release #17
release.yml
on: workflow_dispatch
Matrix: tests
Publish release to hex.pm
0s
Annotations
10 errors
|
Run tests (Elixir 1.18, OTP 27):
test/http/streaming_test.exs#L540
test streaming edge cases handles very small response (1 byte) (HTTP.StreamingTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http/streaming_test.exs#L345
test streaming timeout handling successful streaming completes within timeout (HTTP.StreamingTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http/streaming_test.exs#L530
test streaming edge cases handles zero-byte response (HTTP.StreamingTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http/streaming_test.exs#L157
test streaming read operations read_as_json works with streaming JSON response (HTTP.StreamingTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http/streaming_test.exs#L428
test concurrent streaming multiple concurrent streaming requests work independently (HTTP.StreamingTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http/response_test.exs#L161
test write_to/2 write_to with actual HTTP response (HTTP.ResponseTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http_test.exs#L78
test HTTP methods PATCH request (HTTPTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http_test.exs#L38
test HTTP methods GET request (HTTPTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http_test.exs#L16
test basic HTTP requests fetch handles HTTP error status (HTTPTest)
|
|
Run tests (Elixir 1.18, OTP 27):
test/http_test.exs#L103
test request headers content-type header (HTTPTest)
|