chore - Enforce python test coverage

This commit is contained in:
Ray Myers 2025-10-28 17:59:53 -05:00 committed by GitHub
parent fccc6f3196
commit 475664e62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,3 +201,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ github.token }}
MERGE_COVERAGE_FILES: true
- name: Enforce coverage
if: ${{ steps.coverage_comment.outputs.new_percent_covered < steps.coverage_comment.outputs.reference_percent_covered }}
run: echo "Coverage decreased, which is not allowed. Please add some unit tests for the modified code." && exit 1