Skip to content

Releases: mikepenz/action-junit-report

v4.3.1

22 Jun 09:19
db71d41
Compare
Choose a tag to compare

🐛 Fixes

  • Revert optimisation to skip processing of scucessful tests

v4

06 Sep 11:24
db71d41
Compare
Choose a tag to compare
v4

🐛 Fixes

  • Revert optimisation to skip processing of scucessful tests

v5.0.0-a01

21 Jun 15:48
5f36538
Compare
Choose a tag to compare
v5.0.0-a01 Pre-release
Pre-release

🚀 Features

  • Introduce new ability to include flaky tests in summary
  • Include flakyFailures block in retry count
  • Refactor testParser to enable it for future usecases
  • Allow configuration of bread_crumb_delimiter

💬 Other

  • Move test CI steps

📦 Dependencies

  • Upgrade dependencies

v4.3.0

20 Jun 14:16
eb1a2b2
Compare
Choose a tag to compare

Caution

This version has a bug resulting in passed annotations not being created. Use v4.3.1 (or newer) instead
See the report here: #1121

🚀 Features

  • Improve performance of action's processing

📦 Dependencies

  • Dependency Upgrades

v4.2.2

30 May 11:12
ac30be7
Compare
Choose a tag to compare

🚀 Features

📦 Dependencies

  • Dependency upgrades

v4.2.1

14 Mar 08:45
9379f0c
Compare
Choose a tag to compare

💬 Other

  • Improve logging for test parsing

v4.2.0

14 Mar 07:47
034100c
Compare
Choose a tag to compare

🚀 Features

  • Provide summary and detailed summary as action output

📦 Dependencies

  • Update action dependencies

v4.1.0

29 Jan 09:13
5f47764
Compare
Choose a tag to compare

🚀 Features

  • Introduce setting to disable annotations for checks

📦 Dependencies

  • Upgrade dev dependencies

v4.0.4

12 Jan 07:44
b1b7f65
Compare
Choose a tag to compare

🚀 Features

  • Add input to truncate stack traces in annotations

📦 Dependencies

  • Dependency upgrades 20240112

v4.0.3

20 Oct 10:11
0831a82
Compare
Choose a tag to compare

🚀 Features

  • Gracefully handle corrupt test files (log error instead of failing)