Skip to content

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

v1.17

13 May 08:46
Compare
Choose a tag to compare

Adds the following features:

  • Handles unicode characters in event.json file on Windows properly (#129).
  • Fixes misplaced deprecation warning about comment_on_pr when this is not even used.

v1.16

08 May 19:54
Compare
Choose a tag to compare

Adds the following features:

  • The action from now on creates a single comment, which is updated on subsequent runs. This deprecates the comment_on_pr option, which will be removed soon. It is replaced by the new comment_mode option, which allows to control the comment behaviour (#128).
  • Removes the Python virtual environment and PIP upgrade from the composite action setup, which reduces startup time. This allows to speed up the composite action on Windows environments (#127).

v1.15

03 May 09:01
Compare
Choose a tag to compare

Adds the following features:

  • Improves files option: supports absolute paths (#119), multiple patterns, exclusion and default value (#121)

v1.14

02 May 20:53
Compare
Choose a tag to compare

This release reverts the following feature released in v1.13 as it introduced a regression (#124):

  • Improves files option: supports absolute paths (#119), multiple patterns, exclusion and default value (#121)

v1.13

02 May 10:25
Compare
Choose a tag to compare

Adds the following features:

  • Improves files option: supports absolute paths (#119), multiple patterns, exclusion and default value (#121)
  • Does not fail when before commit does not exist (#118)
  • Moves junitparser from 1.6.1 to 1.6.3

v1.12

16 Apr 06:16
Compare
Choose a tag to compare

Adds the following features:

  • This action is now also available as a composite action that runs on Windows and macOS (#19)
  • Improves retry behaviour on transient GitHub API call failures (#111)
  • Allows to disable comparison to earlier commits (#117)
  • Supports testcase tags inside testcase tags (#116)

v1.11

08 Apr 08:04
Compare
Choose a tag to compare

Adds the following features:

  • the action is pre-built and not build on each invocation any more
  • this cuts the action start-up time from 20-30 seconds down to 2-3 seconds
  • action version becomes truly immutable, so each invocation runs exactly the same code
  • no change for users required

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