diff --git a/.github/workflows/erlang-checks.yaml b/.github/workflows/erlang-checks.yaml index ce2b643..397e828 100644 --- a/.github/workflows/erlang-checks.yaml +++ b/.github/workflows/erlang-checks.yaml @@ -30,10 +30,11 @@ jobs: run: name: Run checks needs: setup - uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.12 + uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1 with: otp-version: ${{ needs.setup.outputs.otp-version }} rebar-version: ${{ needs.setup.outputs.rebar-version }} use-thrift: true thrift-version: ${{ needs.setup.outputs.thrift-version }} run-ct-with-compose: true + upload-coverage: false diff --git a/rebar.config b/rebar.config index 0ba975a..f00a45c 100644 --- a/rebar.config +++ b/rebar.config @@ -44,7 +44,6 @@ % Production-only deps. % Defined here for the sake of rebar-locking. {recon, "2.5.2"}, - {iosetopts, {git, "https://github.com/valitydev/iosetopts.git", {ref, "edb445c"}}}, {logger_logstash_formatter, {git, "https://github.com/valitydev/logger_logstash_formatter.git", {branch, "master"}}}, {how_are_you, {git, "https://github.com/valitydev/how_are_you.git", {branch, "master"}}}, @@ -109,7 +108,6 @@ %% Relx configuration {relx, [ {release, {bouncer, "0.1.0"}, [ - iosetopts, % tools for introspection {recon, load}, % debugger diff --git a/rebar.lock b/rebar.lock index 5120419..ef56741 100644 --- a/rebar.lock +++ b/rebar.lock @@ -3,7 +3,7 @@ {<<"bear">>,{pkg,<<"bear">>,<<"0.9.0">>},2}, {<<"bouncer_proto">>, {git,"https://github.com/valitydev/bouncer-proto.git", - {ref,"b23c905db51915737fdab80c2a3af4c546b32799"}}, + {ref,"31866c36c049dc568d4bc795a641690db3cb20ab"}}, 0}, {<<"cache">>,{pkg,<<"cache">>,<<"2.3.3">>},1}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2}, @@ -44,10 +44,6 @@ 0}, {<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, - {<<"iosetopts">>, - {git,"https://github.com/valitydev/iosetopts.git", - {ref,"edb445c4a32b15a9b432dc66db5da4371ad71b69"}}, - 0}, {<<"jesse">>,{pkg,<<"jesse">>,<<"1.6.1">>},0}, {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},0}, {<<"logger_logstash_formatter">>,