Releases: mikepenz/action-junit-report
Releases · mikepenz/action-junit-report
v4.0.2
📦 Dependencies
- Dependency Upgrades | @actions/* | Babel
- PR: #968
v4.0.1
🚀 Features
- Adding time to the test log
- PR: #950
- Thanks @johnsonrw82
📦 Dependencies
- Dependency upgrades
- PR: #951
v4.0.0
v3.8.0
Note: Starting with this release, ignored or skipped tests will not count as failure anymore
🚀 Features
- Highlight skipped tests as such in the detailed summary
- PR: #909
- Skipped test should not count as failure
- PR: #910
💬 Other
- docs: report_paths is not required anymore, add sbt glob
- PR: #890
📦 Dependencies
- Dependency upgrades | nock & webpack
- PR: #908
v3
v3.7.8
v3.7.7
v3.7.6
v3.7.5
🐛 Fixes
- Do not annotate as
failed
if no tests were found- PR: #803
- thanks for the report @fjbenitog
v3.7.4
🐛 Fixes
- Fix failure if no tests were found (but
requireTests
isfalse
)- PR: #799
- Thanks for the report @marcheyer