Packages

Coverex is an Elixir Coverage tool used by mix. It provides tables with overviews of module and function coverage data, includings links to annotated source code files and supports coveralls.io.

Current section

Files

Jump to
coverex CHANGELOG.md
Raw

CHANGELOG.md

# Coverex Changelog
## 1.14.15
* Fixes the broken 1.4.14 package (https://github.com/alfert/coverex/issues/42), found by https://github.com/aseigo
## 1.4.14
* [Skip non-Elixir modules](https://github.com/alfert/coverex/pull/41), thanks to https://github.com/reachfh
* [Fix inconsistent indentation](https://github.com/alfert/coverex/pull/49) thanks to https://github.com/hauleth
## 1.4.13
* [update dependency to accept Poison version 3.0](https://github.com/alfert/coverex/pull/39),
thanks to https://github.com/carlo-colombo
* Little changes to the relase process
## 1.4.12
* [Added totals in output](https://github.com/alfert/coverex/pull/36), thanks to https://github.com/henb
## 1.4.11
* [Coverage numbers were being reported on essentially random lines.](https://github.com/alfert/coverex/pull/35), thanks to https://github.com/scouten