From be6f4d233871b27913598c5a9ccb4dc96a215b94 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 17 Apr 2026 13:37:13 +0100 Subject: [PATCH] Enforce coverage threshold inline in CI test step Closes #177 --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fd2fdb47..6cbe3f66 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -143,7 +143,7 @@ jobs: - name: 🔮 Compile for TEST run: mix compile - name: 🧪 Run tests - run: mix test --cover --export-coverage ci-run --max-cases 8 + run: mix test --cover --max-cases 8 deploy: name: Deploy