Releases: NasAmin/trx-parser
Releases · NasAmin/trx-parser
v0.6.0 - upgrade to node20
- Contains dependabot version updates and security fixes
- Fixes #301 via #304 and #305 -- Upgrades the action to
node20
.
Full Changelog: v0.5.0...v0.6.0
What's Changed
- Fixed type in README.md by @wilka in #300
- Bump @babel/traverse from 7.17.3 to 7.24.1 by @dependabot in #302
- Bump eslint from 8.32.0 to 8.57.0 by @dependabot in #303
- upgrade to node20 by @NasAmin in #304
- Update checkout step by @NasAmin in #305
New Contributors
Fix xml parsing issues
Security Fixes
Dependabot updates
Security patches by dependabot
- Security patches by dependabot and generate package updates to newer versions
- Fixes #231
- Adds a new options
REPORT_PREFIX
input. This is useful in cases where you are using this action in multiple workflows using the same trx files as inputs e.g. matrix builds on multiple OSes. - It will make it easier to distinguish between outcomes from multiple workflows.
- Adds a new options
Add SHA input to trx-parser action
Bugfix - Handle zero test results
BREAKING CHANGE - only report failing tests
BREAKING CHANGES
This release contains:
- dependabot version updates and includes #96 #99 #100 #101 #102 and #104
- The breaking change was introduced on #103 in response to #68. There is a hard limit on the GitHub checks api of 65k characters. If the report content exceed that limit then GitHub fails to create a check with an error like below
Only 65535 characters are allowed; 1607778 were supplied.
So in order to tackle the character limit, after communicating with a few users, I decided to only report the failing tests.
This change also introduces a new status badge on top of the report that look like the one below:
Security updates and bug fixes
This release contains:
- Several dependency version updates suggested by Dependabot
- A fix for #77
Security patches by dependabot
This release contains security patches by dependabot
Create status check on push event
Fixed #31
Allow generating status check on the push events.
The previous versions only allowed status checks on pull requests.