Skip to content

Commit 3e7a960

Browse files
akramopenshift-merge-bot[bot]
authored andcommitted
Exclude unit tests code from coverage
1 parent be9763a commit 3e7a960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/coverage-badge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
poetry install --with test
2727
- name: Generate coverage report
2828
run: |
29-
coverage run -m pytest
29+
coverage run -m pytest --omit="src/**/test_*.py,src/codeflare_sdk/common/utils/unit_test_support.py"
3030
3131
- name: Coverage Badge
3232
uses: tj-actions/coverage-badge-py@v2

0 commit comments

Comments
 (0)