Skip to content

Commit ee44670

Browse files
authored
Merge pull request #692 from dorny/release/v2.3.0
2 parents e40a1da + fe45e95 commit ee44670

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## 2.3.0
4+
* Feature: Add Python support with `python-xunit` reporter (pytest) https://github.com/dorny/test-reporter/pull/643
5+
* Feature: Add pytest traceback parsing and `directory-mapping` option https://github.com/dorny/test-reporter/pull/238
6+
* Performance: Update sax.js to fix large XML file parsing https://github.com/dorny/test-reporter/pull/681
7+
* Documentation: Complete documentation for all supported reporters https://github.com/dorny/test-reporter/pull/691
8+
* Security: Bump js-yaml and mocha in /reports/mocha (fixes prototype pollution) https://github.com/dorny/test-reporter/pull/682
9+
310
## 2.2.0
411
* Feature: Add collapsed option to control report summary visibility https://github.com/dorny/test-reporter/pull/664
512
* Fix badge encoding for values including underscore and hyphens https://github.com/dorny/test-reporter/pull/672

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Test Reporter
2-
description: |
3-
Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Go, Java (JUnit), JavaScript (JEST, Mocha), Python (pytest, unittest), Ruby (RSpec), Swift
2+
description: Displays test results from popular testing frameworks directly in GitHub
43
author: Michal Dorner <[email protected]>
54
inputs:
65
artifact:

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.2.0",
3+
"version": "2.3.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)