Skip to content

Releases: EnricoMi/publish-unit-test-result-action

v1.10

21 Mar 13:25
Compare
Choose a tag to compare

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

15 Feb 16:26
Compare
Choose a tag to compare

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

06 Feb 22:18
Compare
Choose a tag to compare

Adds the following features:

  • Github token option github_token is now optional and defaults to the GitHub action token #82
  • Lists of removed or newly skipped tests are moved into collapsible sections #84
  • Lists of removed or newly skipped tests default limit increased to 10

v1.7

13 Jan 20:49
Compare
Choose a tag to compare

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

30 Nov 15:59
Compare
Choose a tag to compare

Adds the following features:

  • Supports GitHub Enterprise Server (#56)
  • Action now available as pre-built image from GitHub Container Registry

v1.5

17 Nov 08:41
Compare
Choose a tag to compare

Adds the following features:

  • Supports any event (#59), used to only work for push, pull_request and pull_request_target
  • Adds link to check runs to PR comment (#54)

v1.4

06 Nov 20:59
Compare
Choose a tag to compare

Adds the following features:

  • Action hides all but the latest comment (#43)
  • Fix bug where failures do not have a content body (#49)
  • More configuration options: COMMENT_TITLE (#33), COMMENT_ON_PR (#47)
  • Minor PR comment layout improvements (#29 and #30)

v1.3

06 Oct 06:40
Compare
Choose a tag to compare

Adds the following features:

  • works with result files that lack any or all XML attributes (#25)
  • adds report_individual_runs and deduplicate_classes_by_file_name options to config (#22)

v1.2

24 Sep 16:11
Compare
Choose a tag to compare

Publishes test results as annotations on the commit, and supports fork repositories.

v1.1

04 Sep 19:19
Compare
Choose a tag to compare

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.