Annotate JUnit XML build results on GitHub Actions build
- uses: meisterplan/actions-junit-annotations@master
if: always()
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
projectPath
: Path to the server project to be analyzed, defaultservice/server
junitSubPath
: Glob path to JUnit XML files inside project, defaultbuild/test-results/test/*.xml
testSrcSubPath
: Path to test source files inside project, defaultsrc/test/kotlin/
maxFailures
: Maximum amount of failed tests to include, default 10jobName
: Partial match of job name to annotate in this workflow, defaulttest-server