From 7dc0257e55178f3921a84f084b788774f7967d87 Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:26:31 -0700 Subject: [PATCH] chore: Remove cover option to temporarily fix meck. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b4e471..ee247f2 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ doc: tests: docker run --name ld-test-redis -p 6379:6379 -d redis - @$(REBAR3) ct --dir="test,test-redis" --logdir logs/ct --cover + @$(REBAR3) ct --dir="test,test-redis" --logdir logs/ct docker rm --force ld-test-redis #This is used in running releaser. In this environment we do not want to run the redis tests.