File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments