All Versions
61
Latest Version
Avg Release Cycle
50 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.6.5 Changes
๐ Changes
- ๐ Fix for error when using hackney 1.8.4.
- UndefinedFunctionError after updating hackney and excoveralls the to latest version (#99).
- ๐ Fix for error when using hackney 1.8.4.
-
v0.6.4 Changes
๐ Changes
- โฌ๏ธ Upgrade dependencies (#98).
-
v0.6.3 Changes
๐ Changes
- Use
@preferred_cli_env
(#96) supported by elixir v1.3 or later.- Remove the
preferred_cli_env
in themix.exs
.
- Remove the
- Use
-
v0.6.2 Changes
๐ Changes
- ๐ Fix default handling for missing options (#86).
-
v0.6.1 Changes
๐ Changes
- โ Add optional width to column to present filename (#93).
- โก๏ธ Update dependencies.
-
v0.6.0 Changes
๐ Changes
- ๐ Favor MapSet over Dict (elixir 1.2 deprecations) (#91).
- Requires elixir v1.2 or later.
- 0๏ธโฃ Report 0 lines file (no relevant line) as 100.0% by default (#87).
- If
treat_no_relevant_lines_as_covered=false
option is specified, it's reported as 0.0%.
- If
- ๐ Favor MapSet over Dict (elixir 1.2 deprecations) (#91).
-
v0.5.7 Changes
โจ Enhancements
- โ add json task (for Codecov.io support) (#71)
- pass through args to cover (#72)
๐ Changes
- ๐ Fix --filter/-f for coveralls.detail (#79)
-
v0.5.6 Changes
๐ Changes
- ๐ Fix test errors with Elixir 13 (#56).
- ๐ Fix for .eex template error: no function clause matching in Enum.reverse_slice/3 (#67).
- โก๏ธ Update dependencies.
-
v0.5.5 Changes
๐ Changes
- ๐ Fix Elixir 1.4 warnings (#56).
-
v0.5.4 Changes
โจ Enhancements
- โ Add Support to SemaphoreCI (#54).