From 375a6e77da5cc45853823fc8e0f726c721d1b475 Mon Sep 17 00:00:00 2001 From: Edwin Hermans Date: Tue, 7 May 2024 15:59:10 -0400 Subject: [PATCH] Update test.yml Fix pytest command --- .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 82390b8..4790e1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,4 @@ jobs: - name: Test with pytest-cov run: | pip install pytest-cov - pytest-cov + pytest --cov