Bump eslint from 9.11.1 to 9.13.0 (#232)
Bumps eslint from 9.11.1 to 9.13.0.
updated-dependencies:
- dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GitHub Action: Process maven surefire reports
This action processes maven surefire or failsafe XML reports on pull requests and shows the result as a PR check with summary and annotations.
Inputs
report_pathsOptional. Glob expression to surefire or failsafe report paths. The default is
**/surefire-reports/TEST-*.xml.create_checkOptional. Set to
falseto add annotations to the current job where this action is being executed. The default istrue.check_nameOptional. Check name to use when creating a check run. The default is
Test Report.commitOptional. The commit sha to update the status. This is useful when you run it with
workflow_run.fail_on_test_failuresOptional. Check will fail if there are test failures. The default is
false.fail_if_no_testsOptional. Check will fail if no tests were found. The default is
true.skip_publishingOptional. Skip the test report publishing (check run creation). The default is
false.github_tokenOptional. Usually in form of
github_token: ${{ secrets.GITHUB_TOKEN }}. The default is${{ github.token }}.file_name_in_stack_traceOptional. Set to
trueto get the file name from the stack trace. The default isfalse.github_base_urlOptional: If you use GitHub Enterprise, you can set this to the URL of your server (e.g. https://github.myorg.com/api/v3).
Example usage
Tips for Gradle
As Gradle uses a different build directory than Maven by default, you might need to set the
report_pathsvariable:You also need to enable JUnit XML reports as shown below.