Skip to content

Adds an example of a Proxy request (#410) #992

Adds an example of a Proxy request (#410)

Adds an example of a Proxy request (#410) #992

Triggered via push September 4, 2024 17:48
Status Failure
Total duration 53s
Artifacts

ci.yml

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

Annotations

4 errors and 1 warning
test (1.13, 24.3.4.10): test/req_test.exs#L5
doctest Req.new/1 (5) (ReqTest)
test (1.13, 24.3.4.10)
Process completed with exit code 2.
test (1.17, 27.0.1, lint): test/req_test.exs#L5
doctest Req.new/1 (2) (ReqTest)
test (1.17, 27.0.1, lint)
Process completed with exit code 2.
test (1.17, 27.0.1, lint)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead