Releases: parroty/excoveralls
Releases · parroty/excoveralls
v0.11.0
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
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
Changes
- Replace deprecated System.cwd/0 calls with File.cwd/0 (#170).
v0.10.4
Enhancements
- Apply GZIP the JSON for coveralls and loosen the timeout (#163).
v0.10.3
Changes
- Make sure analyze_sub_apps gets called (#160, #164).
v0.10.2
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
Enhancements
- Add support for drone CI (#154).
- Parallel support for separate CircleCI Workflow jobs (#155).
v0.10.0
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
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
Changes
- Fix umbrella stats and make source consistent (#141).