summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-03-03 07:32:57 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-03-03 07:32:57 -0600
commit358046b0957fc7211f5dab7d76f0bc365d00c439 (patch)
treef13157852e061f5184ce9727dd6051d1a85e56d9 /README.md
parent4c70d16e505c05695e902bea502855d8383fbe82 (diff)
parent6c421e543373aaf41a6ed10719f5da19b0cafd93 (diff)
Merge pull request #202 from talentdeficit/cover
`cover` task
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1314702..f74d920 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ limit scope.
| as | Higher-order provider to run multiple tasks in sequence as certain profiles |
| compile | Build project |
| clean | Remove project apps beam files |
+| cover | Generate coverage info from data compiled by `eunit --cover` or `ct --cover` |
| ct | Run Common Test suites |
| do | Higher-order provider to run multiple tasks in sequence |
| dialyzer | Run the Dialyzer analyzer on the project |