Skip to content

Commit 460d365

Browse files
andimarekclaude
andcommitted
Rename test-summary check to Test Report & Per-Class Coverage Gate
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac6274f commit 460d365

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
name: test-stats-${{ matrix.label }}
117117
path: /tmp/test-stats/${{ matrix.label }}.json
118118
test-summary:
119+
name: "Test Report & Per-Class Coverage Gate"
119120
needs: buildAndTest
120121
if: always() && github.event_name == 'pull_request'
121122
runs-on: ubuntu-latest
@@ -133,7 +134,7 @@ jobs:
133134
with:
134135
name: coverage-report
135136
path: coverage/
136-
- name: Generate Unified Test Report Comment
137+
- name: Post Test Report and Enforce Per-Class Coverage Gate
137138
uses: actions/github-script@v7
138139
with:
139140
script: |
@@ -442,7 +443,7 @@ jobs:
442443
exit 1
443444
fi
444445
if [ "${{ needs.test-summary.result }}" != "success" ] && [ "${{ needs.test-summary.result }}" != "skipped" ]; then
445-
echo "test-summary failed with result: ${{ needs.test-summary.result }}"
446+
echo "Test Report & Per-Class Coverage Gate failed with result: ${{ needs.test-summary.result }}"
446447
exit 1
447448
fi
448449
if [ "${{ needs.javadoc.result }}" != "success" ]; then

0 commit comments

Comments
 (0)