From 897925457e5259b5485e7aee2040e617b59fd48d Mon Sep 17 00:00:00 2001 From: Jason Bissict Date: Thu, 25 Jan 2024 12:07:14 +0200 Subject: [PATCH] RM coverage --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bcb86a2e6..e93aec687 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -162,4 +162,5 @@ jobs: copy .\frontend\frontend.env.dist .\frontend\frontend.env copy .\switchboard\switchboard.env.dist .\switchboard\switchboard.env cd tests - poetry run coverage run --source=.\integration -m pytest .\integration\test_custom_binary.py --runv3 + poetry run -m pytest .\integration\test_custom_binary.py --runv3 + # poetry run coverage run --source=.\integration -m pytest .\integration\test_custom_binary.py --runv3