Skip to content

Releases: parroty/excoveralls

v0.9.0

10 Jun 01:02
Compare
Choose a tag to compare

Enhancements

  • Replace JSX with Jason (#137).

Changes

  • Make the minimum elixir version v1.3.

v0.8.2

04 May 09:36
Compare
Choose a tag to compare

Changes

  • Ensure missing source from dirty build dir is not reported (#134).

v0.8.1

28 Jan 12:47
Compare
Choose a tag to compare

Changes

  • Bump meck to 0.8.9 (#129).
    • Fix for Got error while mocking a method using espec (#107).

v0.8.0

24 Dec 12:38
Compare
Choose a tag to compare

Enhancements

  • Add --sort option to local runner (#125).
  • Merge dot file settings and project settings (#122).

v0.7.5

12 Nov 11:57
Compare
Choose a tag to compare

Enhancements

  • Support for ~/.excoversalls/coveralls.json (#120).

v0.7.4

04 Oct 22:03
Compare
Choose a tag to compare

Changes

  • Fix for Coveralls Badge only Displays Last App Tested in Umbrella App (#76).
    • Changes the behavior of mix coveralls.post so that it recognizes (#116).

v0.7.3

11 Sep 15:04
Compare
Choose a tag to compare

Changes

  • Fix EEx template warnings when using elixir 1.5 (#106).

v0.7.2

30 Jul 13:00
Compare
Choose a tag to compare

Changes

  • Fix html template is ignoring template_path from options (#105).

v0.7.1

02 Jul 09:19
Compare
Choose a tag to compare

Changes

  • Take the highest coverage count for a single line (#102).

v0.7.0

04 Jun 13:17
Compare
Choose a tag to compare

Changes

  • Do not force mix env when running tests (#101).