mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
4825353a23
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 |