diff --git a/rebar.config.script b/rebar.config.script index 209e3cf..56a94c7 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -128,10 +128,10 @@ Rules = [ {[port_env, "LDFLAGS"], true, AppendStr(CfgLDFlags), "$LDFLAGS"}, {[post_hooks], (not IsRebar3) and (CfgWithGCov == "true"), - AppendList([{eunit, "gcov -o c_src mqtree"}, + AppendList([{eunit, "gcov -o c_src sqlite3_drv"}, {eunit, "mv *.gcov .eunit/"}]), []}, {[post_hooks], IsRebar3 and (CfgWithGCov == "true"), - AppendList([{eunit, "gcov -o c_src mqtree"}, + AppendList([{eunit, "gcov -o c_src sqlite3_drv"}, {eunit, "mv *.gcov _build/test/cover/"}]), []}, {[port_env, "LDFLAGS"], CfgWithGCov == "true", AppendStr("--coverage"), ""},