aboutsummaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 6faa277..9e687c9 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -205,7 +205,8 @@ compile)
;;
test)
echo "==> test phase script"
- /usr/bin/rebar3 eunit
+ /usr/bin/rebar3 eunit --cover;
+ /usr/bin/rebar3 cover;
;;
package)
echo "==> package phase script"