action-surefire-report icon indicating copy to clipboard operation
action-surefire-report copied to clipboard

Reports surefire test results as GitHub Pull Request Check

Results 32 action-surefire-report issues
Sort by recently updated
recently updated
newest added

We should automate the package creation as it is currently tedious to think about it while pushing changes We can add it as a build step

Hi experts, I'm running job in the self-hosted runners, when I use scacap/action-surefire-report@v1 to publish report, I always get the error `Error: request to https://api.github.com/repos/intel-analytics/BigDL/check-runs failed, reason: tunneling socket could...

### What // Describe what this PR should do ### How // Describe how you implemented it

https://github.com/micronaut-projects/micronaut-core/runs/1118820767?check_suite_focus=true This build failed once, then was re-executed and the test report shows the old failure. All builds passed and the test-report task was skipped in all cases.

The default Mac OS runner does no longer seem to be compatible with this action. It emits ``` Run scacap/action-surefire-report@v1 with: check_name: Test report (macOS-latest, JDK 8) github_token: *** report_paths:...

hi, I uses "ScaCap/[email protected]" after my maven test. but for some reason, the github actions for my repo always report "Parameter token or opts.auth is required" error. i try put...

https://github.com/ScaCap/action-surefire-report/blob/a915ba6359417544044fb06093a6c75097fe2a2b/utils.js#L101 If we use the `issueCommand()` function it will create error annotations in the action as well, which is also handy for accessing the problem. ```js core.issueCommand('error', {file: path,line:line}, `${message.replace(/\n/g,...

It would be nice if the annotation provides a quick access to the test logs (system out) in addition to the existing "raw output". This would be very handy to...

It would be nice to enhance the readme to cover more advanced use cases as well like publishing reports from both unit (m-surefire-p) and integration test (m-failsafe-p) and matrix builds.

I have a Maven matrix build and some jdk/os variants expose errors. Still the overall report (only visible once) shows no failed tests. How do you set that up with...