Add option to filter rids #11
Annotations
3 warnings
CI on OTP 27 / Elixir 1.17
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
CI on OTP 27 / Elixir 1.17
0..(2 <<< 14) - 1 inside guards requires an explicit step, please write 0..(2 <<< 14) - 1//1 or 0..(2 <<< 14) - 1//-1 instead
|
CI on OTP 27 / Elixir 1.17
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|