summaryrefslogtreecommitdiff
path: root/src/rebar_cover_utils.erl
Commit message (Expand)AuthorAgeFilesLines
* generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-261/+0
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-2/+2
* handle throw by relxTristan Sloughter2014-11-081-6/+6
* add eunit task, still work to be doneTristan Sloughter2014-11-051-0/+261
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-261/+0
* Wrap cover:stop() call as rebar_cover_utils:exit/0Tuncer Ayaz2014-06-141-1/+5
* Add code coverage analysis functionality to `qc'Andras Horvath2014-06-141-0/+257