Closed jarimatti closed 6 years ago
Hmm... check.sh "works on my machine". I'll see if I can reproduce the CI build failure.
The CI build fails with Elixir 1.3 and 1.4 on Credo, in file gauge_test.exs
. It seems to bark on negative number in line 250:
assert -8.5 == Gauge.value(spec)
So probably nothing to do with the changes in this pull request.
Thanks!
Minor fixes in doc Markdown.