Skip to content

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

v2.8.0

20 Jun 08:51
Compare
Choose a tag to compare

Adds the following features:

  • Add github_token_actor option to support Github App installation or App user token (#460)
  • Upgrade dependencies, drop Python 3.6 (#457)

This release removes support for Python 3.6. Please use action version 2.7 with Python 3.6.

uses: EnricoMi/publish-unit-test-result-action@v2.7

v2.7.0

20 Apr 07:04
Compare
Choose a tag to compare

Adds the following features:

  • Add test time to case annotation (test failures and errors) (#439)
  • Allow to publish job summary for pull_request event on fork (#441)
  • Links in comments point to README.md version that matches the used action (#432)

v2.6.2

11 Apr 12:00
Compare
Choose a tag to compare

Fixes the following issues:

  • Publish comment on the pull request of the event, or on the pull request of the commit otherwise (#438)

In contrast to v2.6.1, the action falls back to the commit's pull requests when the event does not provide a PR.

v2.6.1

21 Mar 13:43
Compare
Choose a tag to compare

Fixes the following issues:

  • Publish comments only to the pull request that triggered the action (not all commit's pull requests) (#428)

This means that the action only publishes pull request comments on pull_request events (and workflow_run events triggered from pull_request events). The action running on either pull request used to overwrite the other pull request's results. This is not useful since different pull requests that share a commit may have different results.

v2.6.0

20 Mar 07:38
Compare
Choose a tag to compare

Adds the following features:

  • Reduce likelihood of secondary rate limit errors (#425)

v2.5.0

17 Mar 10:20
Compare
Choose a tag to compare

Adds the following features:

  • Add support for Dart and Mocha JSON test results (#404)
  • Speed up composite action by caching PIP packages (#418, #422)
  • Speed up package installation by always installing wheel package
  • Pin versions of all transient dependencies so that composite action always uses the same versions (#421)
  • Speed up parsing large TRX files by adding lookup index (#417)
  • Restrict XSLT permissions used for non-JUnit XML files (#415)
  • Add explicit number typing to XSLT (#416)

v2.4.2

25 Feb 10:05
689e79f
Compare
Choose a tag to compare

Fixes the following issues:

  • Fix list of added/removed tests when test list is spread over multiple annotations (#407)
  • Log detected file types only if there actually are files
  • Remove deprecation comment from composite action.yaml

v2.4.1

10 Feb 11:16
Compare
Choose a tag to compare

Adds the following features:

  • Auto-detect file format, re-introduce the FILES option (#395)
  • Add option to parse XML with huge tree option (#400)

v2.3.0

08 Jan 10:59
Compare
Choose a tag to compare

Adds the following features:

  • Add suite logs as annotations (#392)
  • Add action_fail option to fail publish action on test failures (#378)
  • Fix action example that fetches all artifacts from triggering workflow (84dbe97)
  • Upgrade all dependencies except lxml to latest (#394)

v2.2.0

25 Oct 07:09
Compare
Choose a tag to compare

Adds the following features:

  • Add option to write test cases to JSON file (#366)