diff --git a/.github/workflows/coverage-badge.yaml b/.github/workflows/coverage-badge.yaml index bae1212df..ed1b08e4e 100644 --- a/.github/workflows/coverage-badge.yaml +++ b/.github/workflows/coverage-badge.yaml @@ -26,7 +26,7 @@ jobs: poetry install --with test - name: Generate coverage report run: | - coverage run -m pytest + coverage run -m pytest --omit="src/**/test_*.py,src/codeflare_sdk/common/utils/unit_test_support.py" - name: Coverage Badge uses: tj-actions/coverage-badge-py@v2