Skip to content

Commit

Permalink
Update codecov plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Feb 24, 2022
1 parent bd28c4a commit 3f23ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{cover_enabled, true},
{cover_export_enabled, true},
{deps, [{proper, "1.4.0"}]},
{plugins, [{rebar3_codecov, "0.2.0"}]},
{plugins, [{rebar3_codecov, "0.3.0"}]},
{port_env,
[{"CFLAGS", "$CFLAGS -std=c99 -O2 -g -Wall -Wextra -fPIC --coverage"},
{"LDFLAGS", "$LDFLAGS --coverage"}
Expand Down

0 comments on commit 3f23ca6

Please sign in to comment.