From d339a50b00478935236da529b9713e013463ca8d Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Mon, 13 May 2024 16:22:02 -0500 Subject: [PATCH] Fixup: fix coverage args --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3a54ac69..17e1a726 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -75,7 +75,7 @@ jobs: run: pip install . - name: Run tests - run: tox -e py -vv --cov-report=xml + run: tox -e py -- -vv --cov-report=xml - name: Run smoke tests run: ./smoke-tests.sh