Skip to content

Releases: parroty/excoveralls

v0.18.1

07 Apr 22:21
Compare
Choose a tag to compare

Changes

  • Use explicit steps to remove 1.16 deprecation warning in Cobertura (#322).

v0.18.0

10 Oct 14:06
Compare
Choose a tag to compare

Changes

v0.17.1

27 Aug 14:02
Compare
Choose a tag to compare

Enhancements

  • Accept custom http options (#319).

v0.17.0

09 Aug 13:54
Compare
Choose a tag to compare

Changes

  • Replace hackney with httpc (#311).
  • Update Elixir requirement to 1.11+ (#316).
  • Fix lcov 2.0 source file handling (#315).
  • Import .coverdata after test run and improve documentation (#309).
    • Fixes around --import-cover option.

v0.16.1

27 Mar 13:23
Compare
Choose a tag to compare

Changes

  • Cobertura now handles defprotocol and defimpl definitions (#306).

v0.16.0

03 Mar 14:09
Compare
Choose a tag to compare

Enhancements

  • Add coveralls.multiple command (#303).
  • Support # coveralls-ignore-next-line comment for ignoring single next line.
    • Ignore single next line (#301).
  • Add mix coveralls.cobertura task.
    • cobertura task (#302).

v0.15.3

24 Jan 14:07
Compare
Choose a tag to compare

Enhancements

  • Support --import_cover option.
    • Import coverdata if needed (#292).

v0.15.2

09 Jan 04:54
Compare
Choose a tag to compare

Changes

  • Add .coverdata file export (#298).
    • Allow default use of mix test --cover --export-coverage XXX.

v0.15.1

28 Nov 14:03
Compare
Choose a tag to compare

Changes

  • Improve logging for a case with the missing source file (#295).

v0.15.0

05 Oct 23:42
Compare
Choose a tag to compare

Enhancements

  • Allows flag_name to pass thru to the coveralls.io API (#290).

Changes

  • Allow subdir and rootdir to be applied to all tasks and always apply to paths (#289).