Skip to content

Releases: parroty/excoveralls

v0.4.1

08 Nov 00:08
Compare
Choose a tag to compare

Changes

  • Skip a module without info/1 function for avoiding UndefinedFunctionError (#33).

v0.4.0

07 Oct 14:56
Compare
Choose a tag to compare

Enhancements

  • Add overall reporting for umbrella project (#23).
    • mix coveralls --umbrella
  • Add --verbose option for printing json when posting to coveralls.io.
    • mix coveralls.travis --verbose
  • Support specifying test runner in mix.esx (#31).