Skip to content

Releases: parroty/excoveralls

v0.11.0

02 May 10:10
Compare
Choose a tag to compare

Enhancements

  • Add command line option for output_dir (#126, #182).
  • Display path to HTML report after generation (#178).

Changes

  • Add missing name switch, also fixed committer switch (#180).
  • Fix UnicodeConversionError and faster count_line (#176).
  • Fix spelling on doc for ExCoveralls.Stats.report/1 (#174).
  • Relax hackney dependency (#172).

v0.10.6

03 Mar 13:11
Compare
Choose a tag to compare

Changes

  • Do not fail due to timeout from poster (#173).
    • Fixes: Don't fail the build when uploading the report times out (#112).

v0.10.5

03 Feb 11:32
Compare
Choose a tag to compare

Changes

  • Replace deprecated System.cwd/0 calls with File.cwd/0 (#170).

v0.10.4

06 Jan 12:13
Compare
Choose a tag to compare

Enhancements

  • Apply GZIP the JSON for coveralls and loosen the timeout (#163).

v0.10.3

18 Nov 10:43
Compare
Choose a tag to compare

Changes

  • Make sure analyze_sub_apps gets called (#160, #164).

v0.10.2

28 Oct 10:54
Compare
Choose a tag to compare

Changes

  • Argument passing for post task (#158).
    • Fixes coveralls.post doesn't recognize mix test options (#156).
  • Color for case with 0 relevant lines (#159).

v0.10.1

24 Sep 14:16
Compare
Choose a tag to compare

Enhancements

  • Add support for drone CI (#154).
  • Parallel support for separate CircleCI Workflow jobs (#155).

v0.10.0

26 Aug 13:25
Compare
Choose a tag to compare

Enhancements

  • Custom config file path, and ability to silence output (#153).

Changes

  • use ~> to pin on minors & test more recent Elixirs (#152).

v0.9.2

11 Aug 02:17
Compare
Choose a tag to compare

Changes

  • Add meta tag for utf-8 charset to coverage.html (#144).
  • Fix warnings for elixir v1.7
    • Pass switches to OptionParser.parse opts (#150).

v0.9.1

15 Jun 23:28
Compare
Choose a tag to compare

Changes

  • Fix umbrella stats and make source consistent (#141).