Skip to content

Merge pull request #392 from woylie/elixir-1.18 #1060

Merge pull request #392 from woylie/elixir-1.18

Merge pull request #392 from woylie/elixir-1.18 #1060

Triggered via push December 20, 2024 00:39
Status Success
Total duration 3m 35s
Artifacts

ci.yml

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

Annotations

4 warnings
OTP 25 / Elixir 1.18
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
OTP 27 / Elixir 1.18
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
OTP 26 / Elixir 1.18
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Test Coverage
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention