From fa3280a33ab8747e78e24da11a6a974e8598a35d Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Tue, 30 Apr 2024 12:45:24 -0700 Subject: [PATCH] fixed ignores --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7c2281d1..9ac873df 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -76,7 +76,7 @@ jobs: - name: Run full pytest with coverage (macos-latest) if: ${{ matrix.os == 'macos-latest' }} - run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml --ignore=tests/tests_scan_image_tiff.py,tests/test_scanimage_utils.py,tests/test_scanimagetiffimagingextractor.py + run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml --ignore=tests/tests_scan_image_tiff.py --ignore=tests/test_scanimage_utils.py --ignore=tests/test_scanimagetiffimagingextractor.py - name: Run full pytest with coverage (ubuntu-latest, windows-latest, macos-13) if: ${{ matrix.os != 'macos-latest' }} run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml