From 651df6a29f9d71b2b82eaad4350ee1a3d7192a9a Mon Sep 17 00:00:00 2001 From: Jason Bissict Date: Thu, 25 Jan 2024 12:15:35 +0200 Subject: [PATCH] try without coverage --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e93aec687..8b8b6f0e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -162,5 +162,5 @@ jobs: copy .\frontend\frontend.env.dist .\frontend\frontend.env copy .\switchboard\switchboard.env.dist .\switchboard\switchboard.env cd tests - poetry run -m pytest .\integration\test_custom_binary.py --runv3 + poetry run pytest .\integration\test_custom_binary.py --runv3 # poetry run coverage run --source=.\integration -m pytest .\integration\test_custom_binary.py --runv3