Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove `cover_print_enabled` and `cover_data_dir` config options | alisdair sullivan | 2015-07-01 | 1 | -20/+1 |
| | | | | and replace with `cover_opts` | ||||
* | execute `cover` task as `test` profile and write generated data | alisdair sullivan | 2015-03-25 | 1 | -11/+11 |
| | | | | to the appropriate `_build` dir | ||||
* | rename `_logs` and `_cover` dirs to `logs` and `cover`, respectively | alisdair sullivan | 2015-03-03 | 1 | -5/+5 |
| | |||||
* | move `_logs` and `_cover` to `_build` dir | alisdair sullivan | 2015-03-03 | 1 | -5/+5 |
| | |||||
* | generate cover data (via the `{cover_enabled, true}` option in | alisdair sullivan | 2015-03-03 | 1 | -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 |