Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Annotate JUnit XML build results on GitHub Actions build

Notifications You must be signed in to change notification settings

meisterplan/actions-junit-annotations

 
 

Repository files navigation

actions-junit-annotations

Annotate JUnit XML build results on GitHub Actions build

Minimal example

    - uses: meisterplan/actions-junit-annotations@master
      if: always()
      with:
        githubToken: ${{ secrets.GITHUB_TOKEN }}

Optional parameters

  • projectPath: Path to the server project to be analyzed, default service/server
  • junitSubPath: Glob path to JUnit XML files inside project, default build/test-results/test/*.xml
  • testSrcSubPath: Path to test source files inside project, default src/test/kotlin/
  • maxFailures: Maximum amount of failed tests to include, default 10
  • jobName: Partial match of job name to annotate in this workflow, default test-server

About

Annotate JUnit XML build results on GitHub Actions build

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.0%
  • JavaScript 12.2%
  • Makefile 1.8%