Releases: parroty/excoveralls
Releases · parroty/excoveralls
v0.13.3
Changes
- Fix warnings for elixir 1.11
- Elixir 1.11: :eex and :tools should be listed in :extra_applications (#233).
v0.13.2
Changes
- Fix issue with CircleCI parallel workflows not picking up separate builds (#228).
- Remove
text-align: right
so filenames are easier to scan (#227).
v0.13.1
Changes
- Fixing mocked modules coverage handling (#226).
v0.13.0
Changes
- Update hackney to fix sslv3 reference on OTP 23 (#225).
- Fix build failure due to
:connect_timeout
from poster (#221).
- Fix error reason message (#222).
- Improve message for non-string error reason.
v0.12.3
Enhancements
- Add support to generate XML files (#218).
- Add
mix coveralls.xml
task.
v0.12.2
Enhancements
- Add terminal option to hide file coverage list (#215, #148).
- Add
print_files
flag to disable individual file outputs.
v0.12.1
Enhancements
- Add support for GitHub Actions (#209).
v0.12.0
Changes
- Fix for Semaphore CI 2.0 uses different CI environment variables (#179, #180).
- It requires to use 2.0 (Breaking Change).
- Remove UndefinedFunctionError requirement for logging missing source error (#200).
v0.11.2
Changes
- Update path creation/handling for artifacts (#194).
v0.11.1
Enhancements
- Ignore lines between coveralls-ignore-start and coveralls-ignore-stop comments (#183).