mirror of
https://github.com/correl/rebar.git
synced 2025-03-29 17:00:10 -09:00
Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
Modules that include the EUnit header get an implicit test/0 fun, which cover considers a runnable line, but eunit:(TestRepresentation) never calls. Result: prod modules with tests can never reach 100% coverage. Ironic. In this case, fix it by decrementing the NotCovered counter returned by cover:analyze/3. |
||
---|---|---|
ebin | ||
include | ||
priv | ||
src | ||
test | ||
.hgignore | ||
.hgtags | ||
bootstrap | ||
HACKING | ||
LICENSE | ||
Makefile | ||
NOTES.org | ||
rebar.config | ||
THANKS | ||
TODO |