Releases: EnricoMi/publish-unit-test-result-action
Releases · EnricoMi/publish-unit-test-result-action
v1.10
Adds the following features:
- Work with unit test xml files that have no class name (#93)
- Use GITHUB_GRAPHQL_URL environment variable to work in GitHub Enterprise (#94)
- Makes check state behaviour configurable (#100)
- Add instructions to README.md on how to work with dependabot branches (#97)
- Fix artifact extraction in fork repository / dependabot branch example in README.md when no artifacts downloaded
v1.9
Adds the following features:
- Adds retry to GitHub API calls
- Makes pull request comments robust on rerun and against base head changes
- Applies log level to all packages
v1.8
v1.7
Adds the following features:
- Highlights removed or newly skipped tests in pull request comment (#14)
- Adds the complete list of tests and skipped tests as check run annotations (#71)
- Abbreviate annotation strings if they exceed the API limits (#52)
- Sets conclusion to failure on test failures (#17)
- Sets conclusion to neutral if no test result files found (#16)
- Reports XML parse errors properly (#67)
v1.6
Adds the following features:
- Supports GitHub Enterprise Server (#56)
- Action now available as pre-built image from GitHub Container Registry
v1.5
v1.4
v1.3
v1.2
Publishes test results as annotations on the commit, and supports fork repositories.
v1.1
The action now hides results that refer to commits that are no longer part of the PR. This happens on git rebase / git push --force.