Skip to content

Commit

Permalink
switching to github repo for rebar3_codecov plugin
Browse files Browse the repository at this point in the history
to test that plugin repo is correct, run:
   rm -rf ./_build/default/plugins/
   ./rebar3 codecov analyze --lcov
  • Loading branch information
DenysGonchar committed Mar 27, 2023
1 parent 20d0d9f commit c2eddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -185,7 +185,7 @@
[
{pc, "1.14.0"},
{provider_asn1, "0.3.0"},
{rebar3_codecov, {git, "file:///Users/denysgonchar/git/rebar3_codecov", {branch, "exclude_modules-option"}}},
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {branch, "master"}}},
{rebar3_lint, "2.0.1"}
]}.

Expand Down

0 comments on commit c2eddef

Please sign in to comment.