From c2eddef0c2aaa3860872c043a0e6a1a35a5eb529 Mon Sep 17 00:00:00 2001 From: Denys Gonchar Date: Mon, 27 Mar 2023 23:27:59 +0200 Subject: [PATCH] switching to github repo for rebar3_codecov plugin to test that plugin repo is correct, run: rm -rf ./_build/default/plugins/ ./rebar3 codecov analyze --lcov --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d5ce785483e..0dc5f8680b1 100644 --- a/rebar.config +++ b/rebar.config @@ -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"} ]}.