Skip to content

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

v1.37

02 Jun 19:17
Compare
Choose a tag to compare

Adds the following features:

  • Re-arrange layout of PR comments without runs (#280)
  • Add formatted numbers to JSON (#298)

v1.36

18 May 18:36
Compare
Choose a tag to compare

Adds the following features:

  • Fixes JSON output for composite action (#277)

v1.35

14 May 11:25
Compare
Choose a tag to compare

Adds the following features:

  • Publish results as job summary (#266)

v1.34

09 May 14:31
Compare
Choose a tag to compare

Adds the following features:

  • Upgrades junitparser from 2.4.3 to 2.5.0 (#261)
  • Fixes Python detection for Windows self-hosted runners (#262)

v1.33

24 Apr 12:31
Compare
Choose a tag to compare

Adds the following features:

  • Restrict unicode strings sent to Github API (#251)
  • Make action work for Python < 3.7 again (#254)

v1.32

11 Apr 08:52
Compare
Choose a tag to compare

Adds the following features:

  • Make action comment on all open PRs that contain the commit (#244)
  • Upgrade junitparser from 2.4.2 to 2.4.3 (#237)
  • Upgrade urllib3 from 1.26.8 to 1.26.9 (#238)

v1.31

07 Mar 20:05
Compare
Choose a tag to compare

Adds the following features:

  • Provide action result as JSON output / file (#230)
  • Allow to ignore <testcase> elements in XML, which allows to load very large XML files (#232)
  • Support XML where <testsuite> has no <testcase> elements (#233)
  • Make boolean options case-insensitive where non-lowercase values used to get ignored (#196)
  • Improve checking numeric options, esp. TEST_CHANGES_LIMIT (#234)

v1.30

24 Feb 20:20
Compare
Choose a tag to compare

Adds the following features:

  • Fix timezone issue introduced by #223 (#226)

v1.29

22 Feb 18:42
Compare
Choose a tag to compare

Adds the following features:

  • Retry "exceeded rate limit" errors after provided reset timestamp (#223)
  • Upgrade vulnerable packages expat and libuuid (#224)
  • Pin version of dependency requests

v1.28

02 Feb 11:18
Compare
Choose a tag to compare

Adds the following features:

  • Upgrade docker base image to Python 3.8 alpine (#220)
  • Upgrade junitparser from 2.2.0 to 2.4.2 (#210)
  • Upgrade urllib3 from 1.26.7 to 1.26.8 (#209)