Skip to content

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

v1.27

19 Jan 13:40
Compare
Choose a tag to compare

Adds the following features:

  • Fix creating checks with more than 50 annotations (#215)
  • Fix an endless loop when a test name is larger than 64 kB (#215)
  • Add logging the URL of the created check (#215)

v1.26

29 Dec 12:51
Compare
Choose a tag to compare

Adds the following features:

  • Retry 403 only if they have Retry-After or refer to rate limit (#202)

v1.25

01 Dec 11:27
Compare
Choose a tag to compare

Adds the following features:

  • Allow to configure time unit (#193)
  • Do not truncate duration and delta over 60h (%), introduce days (d) (#192)
  • Treat empty input strings as None (#198)
  • Move to junitparser==2.2.0 (#189)

v1.24

16 Nov 08:59
Compare
Choose a tag to compare

Adds the following features:

  • Comment on PR head commit only, filters for open PRs for head commit only (#180)
  • Use unescaped strings (name and classname) from TestCase (#185)
    • This will once report tests in pull request comments as being renamed if they contained &quote;, ', &, < or >

v1.23

07 Oct 10:17
Compare
Choose a tag to compare

Adds the following features:

  • Do not publish a PR comment when we would compare the commit to itself (#177, #148)
  • Do not stop for event from a fork PR when event file is given

v1.22

30 Sep 14:52
Compare
Choose a tag to compare

Adds the following features:

  • Picks the best check run from all check runs of a commit (#174, #175)
  • Action fetches 100 items from GitHub API per call rather than the default 30

v1.21

28 Sep 20:26
Compare
Choose a tag to compare

Adds the following features:

  • Fix link to README.md in logs for invalid fork PR and depdendabot runs
  • Bump urllib3 from 1.26.6 to 1.26.7 (#173)

v1.20

28 Sep 16:24
Compare
Choose a tag to compare

Adds the following features:

  • Consider disabled tests as skipped (#156)
  • Adds link to README.md and tooltip to icons in result post (#159)
  • The github_token input is not required anymore as it has a default value (#157)
  • Add options for event name and file to better support worflow_run events.
    This enables test change stats in result post for fork PRs and dependabot. (#168)
  • Avoid API calls for debug message when debug logging is disabled (#172)
  • Retry all HTTP 403 errors (#160)

v1.19

07 Jul 14:52
Compare
Choose a tag to compare

Adds the following features:

  • Throttles Github API calls to avoid abuse rate limit errors (#152)
  • Moves to PyGithub 1.55 (#154) and urllib3 1.26.6 (#149)

v1.18

18 Jun 15:03
Compare
Choose a tag to compare

Adds the following features:

  • Fix handling multiple test list annotation chunks (#135)