summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2015-02-25 20:35:04 -0800
committeralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 01:57:55 -0800
commit9d41b756386c228b19e19b94558c486e01c5a93b (patch)
treeb637706639675f87b857e4e810c01708d04f80ca
parentaf7ba345fa3507df511ed192eb8305e9e247bf97 (diff)
add `cover` task to README
-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 |