Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -6/+6 |
| | |||||
* | add eunit task, still work to be done | Tristan Sloughter | 2014-11-05 | 1 | -0/+261 |
| | |||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 1 | -261/+0 |
| | |||||
* | Wrap cover:stop() call as rebar_cover_utils:exit/0 | Tuncer Ayaz | 2014-06-14 | 1 | -1/+5 |
| | |||||
* | Add code coverage analysis functionality to `qc' | Andras Horvath | 2014-06-14 | 1 | -0/+257 |
- Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc' |