@@ -152,10 +152,10 @@ Rules = [
152
152
{[port_env , " LDFLAGS" ], true ,
153
153
AppendStr (CfgLDFlags ), " $LDFLAGS" },
154
154
{[post_hooks ], (not IsRebar3 ) and (CfgWithGCov == " true" ),
155
- AppendList ([{eunit , " gcov -o c_src stringprep " },
155
+ AppendList ([{eunit , " gcov -o c_src jid xmpp_lang xmpp_uri " },
156
156
{eunit , " mv *.gcov .eunit/" }]), []},
157
157
{[post_hooks ], IsRebar3 and (CfgWithGCov == " true" ),
158
- AppendList ([{eunit , " gcov -o c_src stringprep " },
158
+ AppendList ([{eunit , " gcov -o c_src jid xmpp_lang xmpp_uri " },
159
159
{eunit , " mv *.gcov _build/test/cover/" }]), []},
160
160
{[port_env , " LDFLAGS" ], CfgWithGCov == " true" ,
161
161
AppendStr (" --coverage" ), " " },
@@ -164,7 +164,7 @@ Rules = [
164
164
{[deps ], IsRebar3 ,
165
165
Rebar3DepsFilter , []},
166
166
{[plugins ], IsRebar3 ,
167
- AppendList ([rebar3_hex , pc , provider_asn1 ]), []},
167
+ AppendList ([pc , provider_asn1 ]), []},
168
168
{[provider_hooks ], IsRebar3 ,
169
169
AppendList ([{pre , [
170
170
{compile , {pc , compile }},
@@ -174,8 +174,8 @@ Rules = [
174
174
]}]), []},
175
175
{[plugins ], os :getenv (" COVERALLS" ) == " true" ,
176
176
AppendList ([{coveralls , {git ,
177
- " https://github.com/RoadRunnr /coveralls-erl.git" ,
178
- {branch , " feature/git-info " }}} ]), []},
177
+ " https://github.com/processone /coveralls-erl.git" ,
178
+ {branch , " addjsonfile " }}} ]), []},
179
179
{[deps ], os :getenv (" USE_GLOBAL_DEPS" ) /= false ,
180
180
GlobalDepsFilter , []},
181
181
{[erl_opts ], true ,
0 commit comments