Summary
The GitHubActionsReport always create a report. I have a repository with lots of test jobs (windows / linux / macos / sharded => 40 jobs). If you create one summary per job, this is not useful to find the error as you have to scroll to find the right summary. Also, GitHub doesn't load them all by default, so the value is hard to get (one click per summary to load them).
I would like to have a new option to create the summary only when there is a failure, so I can easily see which test is failing and get the error message and call stack without looking at the logs of the job.
Proposed Feature
Add a new option like
--report-gh --report-gh-summary-on-failure on
Summary
The GitHubActionsReport always create a report. I have a repository with lots of test jobs (windows / linux / macos / sharded => 40 jobs). If you create one summary per job, this is not useful to find the error as you have to scroll to find the right summary. Also, GitHub doesn't load them all by default, so the value is hard to get (one click per summary to load them).
I would like to have a new option to create the summary only when there is a failure, so I can easily see which test is failing and get the error message and call stack without looking at the logs of the job.
Proposed Feature
Add a new option like