Releases: parroty/excoveralls
Releases · parroty/excoveralls
v0.18.3
Changes
- Avoid warning messages for Cobertura
- Update Range to use function syntax (#332)
v0.18.2
Enhancements
- Print warnings about incorrectly used ignore-markers (#325), such as start-marker
without a corresponding stop-marker, or two start-markers without a stop-marker in-between etc.
Changes
- Fix Elixir 1.17 single-quoted string warning (#327)
v0.18.1
Changes
- Use explicit steps to remove 1.16 deprecation warning in Cobertura (#322).
v0.18.0
Changes
- Always floor coverage instead of rounding (#310).
- Note: If you want to keep the previous rounding behavior, please check the
floor_coverage
option.
v0.17.1
Enhancements
- Accept custom http options (#319).
v0.17.0
Changes
- Replace hackney with httpc (#311).
- Update Elixir requirement to 1.11+ (#316).
- Fix lcov 2.0 source file handling (#315).
- Import .coverdata after test run and improve documentation (#309).
- Fixes around
--import-cover
option.
v0.16.1
Changes
- Cobertura now handles defprotocol and defimpl definitions (#306).
v0.16.0
Enhancements
- Add coveralls.multiple command (#303).
- Support
# coveralls-ignore-next-line
comment for ignoring single next line.
- Ignore single next line (#301).
- Add
mix coveralls.cobertura
task.
v0.15.3
Enhancements
- Support
--import_cover
option.
- Import coverdata if needed (#292).
v0.15.2
Changes
- Add .coverdata file export (#298).
- Allow default use of
mix test --cover --export-coverage XXX
.