We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73987d6 commit c0fbe76Copy full SHA for c0fbe76
.github/workflows/coverage-badge.yaml
@@ -26,7 +26,7 @@ jobs:
26
poetry install --with test
27
- name: Generate coverage report
28
run: |
29
- coverage run -m pytest
+ coverage run -m pytest --omit="src/**/test_*.py,src/codeflare_sdk/common/utils/unit_test_support.py"
30
31
- name: Coverage Badge
32
uses: tj-actions/coverage-badge-py@v2
0 commit comments