You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by dl...@apache.org on 2019/06/26 15:29:10 UTC

[dubbo-erlang] 01/02: change codecov plugin lazy load

This is an automated email from the ASF dual-hosted git repository.

dlive pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-erlang.git

commit 509480f7c61b03a232dc1ae5e36a1103bf6965b0
Author: DLive <xs...@163.com>
AuthorDate: Wed Jun 26 23:27:55 2019 +0800

    change codecov plugin lazy load
---
 rebar.config | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rebar.config b/rebar.config
index 0cf9acd..f7d51b9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,8 +6,7 @@
 {project_app_dirs, ["."]}.
 
 {plugins, [
-	rebar3_hex,
-	{rebar3_codecov, "0.1.0"}
+	rebar3_hex
 ]}.
 
 {provider_hooks,
@@ -30,7 +29,10 @@
 {profiles,[
 	{test,
 		[
-			{extra_src_dirs, ["test"]}
+			{extra_src_dirs, ["test"]},
+			{plugins, [
+				{rebar3_codecov, "0.1.0"}
+			]}
 		]
 	}
 ]}.
\ No newline at end of file