Skip to content

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

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.

v1.0

03 Sep 14:52
Compare
Choose a tag to compare
Releasing v1.0