From 72d44f007752533d26f6791dc0391910f02388d5 Mon Sep 17 00:00:00 2001 From: David Kane Date: Fri, 12 Jul 2024 09:51:06 +0100 Subject: [PATCH] tweak to tests --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 572eff5..8a3f948 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,5 +26,5 @@ jobs: - name: Run tests run: | coverage run -m pytest tests - - coverage combine + coverage combine coverage report --fail-under=95