summaryrefslogtreecommitdiff
path: root/test/rebar_cover_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* remove `cover_print_enabled` and `cover_data_dir` config optionsalisdair sullivan2015-07-011-20/+1
| | | | and replace with `cover_opts`
* execute `cover` task as `test` profile and write generated dataalisdair sullivan2015-03-251-11/+11
| | | | to the appropriate `_build` dir
* rename `_logs` and `_cover` dirs to `logs` and `cover`, respectivelyalisdair sullivan2015-03-031-5/+5
|
* move `_logs` and `_cover` to `_build` diralisdair sullivan2015-03-031-5/+5
|
* generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-0/+127
`rebar.config` or via the `-c\--cover` flag given to the appropriate task) from the `eunit` and `ct` tasks and add a `cover` task to write coverage analysis to disk