Skip to content

Releases: parroty/excoveralls

v0.6.5

30 May 13:46
Compare
Choose a tag to compare

Changes

  • Fix for error when using hackney 1.8.4.
    • UndefinedFunctionError after updating hackney and excoveralls the to latest version (#99).

v0.6.4

29 May 12:57
Compare
Choose a tag to compare

0.6.4

Changes

  • Upgrade dependencies (#98).

v0.6.3

20 Mar 03:50
Compare
Choose a tag to compare

Changes

  • Use @preferred_cli_env (#96) supported by elixir v1.3 or later.
    • Remove the preferred_cli_env in the mix.exs.

v0.6.2

07 Feb 12:44
Compare
Choose a tag to compare

Changes

  • Fix default handling for missing options (#86).

v0.6.1

14 Jan 06:14
Compare
Choose a tag to compare

Changes

  • Add optional width to column to present filename (#93).
  • Update dependencies.

v0.6.0

06 Jan 11:25
Compare
Choose a tag to compare

Changes

  • Favor MapSet over Dict (elixir 1.2 deprecations) (#91).
    • Requires elixir v1.2 or later.
  • 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%.

v0.5.7

12 Oct 22:25
Compare
Choose a tag to compare

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

29 Aug 21:50
Compare
Choose a tag to compare

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

17 Jun 23:15
Compare
Choose a tag to compare

Changes

  • Fix Elixir 1.4 warnings (#56).

v0.5.4

03 May 12:02
Compare
Choose a tag to compare

Enhancements

  • Add Support to SemaphoreCI (#54).