change codecov plugin lazy load
diff --git a/.travis.yml b/.travis.yml
index a3b2aa1..6fa08b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
   - ./rebar3 compile
   - ./rebar3 eunit -c
   - ./rebar3 ct -c --sys_config config_example/sys.config
-  - ./rebar3 codecov analyze
+  - ./rebar3 as test codecov analyze
 
 after_success:
   - codecov
\ No newline at end of file