Releases: parroty/excoveralls
Releases · parroty/excoveralls
v0.18.5
26 Jan 06:22
Compare
Sorry, something went wrong.
No results found
Changes
Fix Json output name when export isn't set (#337 )
v0.18.4
18 Jan 10:51
Compare
Sorry, something went wrong.
No results found
Enhancements
Add Custom Filename support for coveralls.json (#335 )
Changes
Elixir 1.18 compatibility (#333 )
v0.18.3
05 Sep 21:57
Compare
Sorry, something went wrong.
No results found
Changes
Avoid warning messages for Cobertura
Update Range to use function syntax (#332 )
v0.18.2
24 Jul 22:31
Compare
Sorry, something went wrong.
No results found
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
07 Apr 22:21
Compare
Sorry, something went wrong.
No results found
Changes
Use explicit steps to remove 1.16 deprecation warning in Cobertura (#322 ).
v0.18.0
10 Oct 14:06
Compare
Sorry, something went wrong.
No results found
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
27 Aug 14:02
Compare
Sorry, something went wrong.
No results found
Enhancements
Accept custom http options (#319 ).
v0.17.0
09 Aug 13:54
Compare
Sorry, something went wrong.
No results found
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
27 Mar 13:23
Compare
Sorry, something went wrong.
No results found
Changes
Cobertura now handles defprotocol and defimpl definitions (#306 ).
v0.16.0
03 Mar 14:09
Compare
Sorry, something went wrong.
No results found
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.