1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-05-06 18:47:35 +02:00

Refactor summary output to use a temporary file

This commit is contained in:
Jozef Izso 2026-04-25 14:20:21 +02:00
parent 49ad12d837
commit bd45c7a559
Failed to extract signature
4 changed files with 17 additions and 6 deletions

View file

@ -2,7 +2,7 @@
## 3.1.0
* Feature: Add `list-files` input to control test report file listing https://github.com/dorny/test-reporter/pull/773
* Feature: Add `summary` output with the generated summary in Markdown format https://github.com/dorny/test-reporter/pull/772
* Feature: Add `summary_file` output with the path to the generated summary in Markdown format https://github.com/dorny/test-reporter/pull/772
## 3.0.0
* Feature: Use NodeJS 24 LTS as default runtime https://github.com/dorny/test-reporter/pull/738