This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 7b5ed23a5 NUTCH-3126 Report JUnit test results in GitHub pull request
thread (#868)
7b5ed23a5 is described below
commit 7b5ed23a528829d06a79280dc15a8f0fbb21f7f6
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Dec 11 01:57:59 2025 -0800
NUTCH-3126 Report JUnit test results in GitHub pull request thread (#868)
---
.github/workflows/junit-report.yml | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/junit-report.yml
b/.github/workflows/junit-report.yml
index ead3e5b32..e7658ffea 100644
--- a/.github/workflows/junit-report.yml
+++ b/.github/workflows/junit-report.yml
@@ -37,18 +37,21 @@ jobs:
report_paths: |-
./test/TEST-*.xml
./**/test/TEST-*.xml
+ check_name: |-
+ JUnit Test Report
+ JUnit Test Report Plugins
commit: ${{ github.event.workflow_run.head_sha }}
- comment: true
- pr_id: ${{ github.event.workflow_run.pull_requests[0].number }}
- fail_on_failure: true
- job_summary: true
- detailed_summary: true
- truncate_stack_traces: false
- fail_on_parse_error: false # temporary while debugging TestMimeUtil
+ fail_on_failure: false
+ fail_on_parse_error: false # temporary while debugging missing
result for TestMimeUtil
require_tests: true
+ require_passed_tests: true
+ include_passed: false
+ include_skipped: true
+ check_annotations: true
+ job_summary: true
+ skip_success_summary: true
include_time_in_summary: true
- include_passed: true
+ comment: true
job_name: tests
- check_name: |-
- JUnit Test Report Core
- JUnit Test Report Plugins
+ truncate_stack_traces: false
+ pr_id: ${{ github.event.workflow_run.pull_requests[0].number }}