From b43cfe727310bac1dce6c6ade9ef9c21daff0c0e Mon Sep 17 00:00:00 2001 From: Matthew McDermott Date: Thu, 12 Sep 2024 11:23:20 -0400 Subject: [PATCH] fixed tests workflow file. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 86f8635..13cdeac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -34,7 +34,7 @@ jobs: #---------------------------------------------- - name: Run tests run: | - pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=benchmarks + pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=benchmark - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.0.1