mikepenz/action-junit-report

Documentation for Maven Surefire

arcuri82 opened this issue · 2 comments

Hi,
thanks for this GitHub Action. I ended up here because I tried ScaCap, but didn't work.
In your readme, you might want to add some documentation for running this action for Maven, in particular by specifying:

        with:
          report_paths: '**/target/surefire-reports/TEST-*.xml'

Good day.

The Readme describes the report_paths taking any glob expression to junit format report paths: https://github.com/mikepenz/action-junit-report#inputs which is meant to be describing usecases with any path there may be.

hi,
thanks for the quick response. Giving some examples of common cases (eg Maven) make it easier to start with this action, as a new user can just copy&paste the configuration when trying out this action. Something as simple as If you are using Maven Surefire, you can set this variable to **/target/surefire-reports/TEST-*.xml would be already of great help