Skip to content

Commit 890a17c

Browse files
authored
test-reporter release v2.1.0
Merge pull request #584 from dorny/release/v2.1.0
2 parents d6ff56a + 53f5051 commit 890a17c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.1.0
4+
* Feature: Add summary title https://github.com/dorny/test-reporter/pull/568
5+
* Feature: Add Golang test parser https://github.com/dorny/test-reporter/pull/571
6+
* Increase step summary limit to 1MiB https://github.com/dorny/test-reporter/pull/581
7+
* Fix for empty TRX TestDefinitions https://github.com/dorny/test-reporter/pull/582
8+
* Fix input description for list options https://github.com/dorny/test-reporter/pull/572
9+
* Update npm packages https://github.com/dorny/test-reporter/pull/583
10+
311
## 2.0.0
412
* Parse JUnit report with detailed message in failure https://github.com/dorny/test-reporter/pull/559
513
* Support displaying test results in markdown using GitHub Actions Job Summaries https://github.com/dorny/test-reporter/pull/383

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-reporter",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "Presents test results from popular testing frameworks as Github check run",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)