Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update check title and remove icon #144

Merged
merged 133 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
d1e7a92
Update check title and remove icon
ldaneliukas Oct 11, 2021
74d8fd6
shortSummary const
ldaneliukas Nov 30, 2021
d553414
Update README.md
IanMoroney Feb 14, 2022
c3f44ea
fix: action fields with default values should not be required
TomerFi May 7, 2022
6bd7855
Update jest-Junit part of Readme
ryancasburn-KAI Jun 5, 2022
19aaf90
Suppress "Processing test results from" log
vasanthdharmaraj Jun 17, 2022
8b0cebb
Merge pull request #1 from vasanthdharmaraj/remove-excessive-logging
vasanthdharmaraj Jun 17, 2022
8848447
Fix tests on non us-EN local env (#185)
dorny Aug 19, 2022
4c7348c
Update TypeScript
dorny Aug 19, 2022
81fcbf1
Update js-yaml
dorny Aug 19, 2022
57e5862
Update multiple packages and configs
dorny Aug 19, 2022
bbf369d
Update got
dorny Aug 19, 2022
5558abf
Update prettier
dorny Aug 19, 2022
b595428
Update multiple packages + fix eslint resolver issue
dorny Aug 19, 2022
0b7f724
Update dist
dorny Aug 19, 2022
a95a149
Print used node version in CI job
dorny Aug 23, 2022
aba461c
Downgrade got package to v11.x
dorny Aug 23, 2022
0d9714d
Merge pull request #186 from dorny/update-dependencies
dorny Aug 23, 2022
a3356fa
Gracefully handle empty nested testsuite elements for JUnit.
rvdlaarschot Sep 9, 2022
ae902f6
Fix #199: Use ✅ instead of ✔️ for better cross platform look
petrdvorak Oct 5, 2022
ba1a54f
Update markdown-utils.ts
petrdvorak Oct 5, 2022
e54753f
Update to node16 + recent versions of core and exec packages
dorny Oct 13, 2022
d93282a
Merge pull request #203 from dorny/update-node-and-dependencies
dorny Oct 13, 2022
c9b3d0e
Update CHANGELOG for v1.6.0
dorny Oct 13, 2022
3cca749
Merge pull request #200 from petrdvorak/main
dharmendrasha Nov 2, 2022
59de73d
Verify content of dist/ folder matches build output
dorny Nov 13, 2022
f3b6327
Disable generation of the source map
dorny Nov 13, 2022
21b00b9
Merge pull request #207 from dorny/issue-205-check-dist
dorny Nov 13, 2022
2f63fb8
Update test outputs after #199
dorny Nov 13, 2022
48bf7af
Merge branch 'main' into mocha-empty-test-suite
dorny Nov 13, 2022
3b54f63
Update dist/index.js
dorny Nov 13, 2022
074fe2c
Merge pull request #193 from rvdlaarschot/mocha-empty-test-suite
dorny Nov 13, 2022
d71eea3
add .nvmrc
atsu85 Nov 18, 2022
b41f730
ignore IntelliJ Idea IDE folder
atsu85 Nov 18, 2022
e5edb61
refactor: extract parsing java StackTraceElement to allow improving
atsu85 Nov 18, 2022
3a48f6e
fix(java-junit): stack trace line can start with whitespaces
atsu85 Nov 19, 2022
aebbb4d
fix(java-junit): parse StackTraceElement with custom classloader
atsu85 Nov 19, 2022
578b47f
update generated files
atsu85 Nov 19, 2022
f191e67
Improve clarity on configuring for forkable repos
abelbraaksma Nov 24, 2022
a910866
Gracefully handle empty failure tags
haudren-woven Nov 25, 2022
86d6ec5
Update dist/index.js
dorny Nov 29, 2022
035c1f9
Merge pull request #213 from haudren-woven/fix-empty-failures-java-junit
dorny Nov 29, 2022
6af36d9
Merge branch 'main' into issue-208-java-junit-show-annotations-on-pr-…
dorny Nov 29, 2022
8bf0c7d
Merge pull request #209 from atsu85/issue-208-java-junit-show-annotat…
dorny Nov 29, 2022
e7733f4
Only report failure if fail-on-error is set
trond-snekvik Nov 30, 2022
15ec240
Update dist/index.js
dorny Nov 30, 2022
0042016
Fix eol conversion in dist folder
dorny Nov 30, 2022
75b0cad
Merge pull request #214 from trond-snekvik/fail-on-error
dorny Nov 30, 2022
a5c5b63
Remove "Create test report" step from PR check runs
dorny Nov 30, 2022
396026f
Merge pull request #211 from abelbraaksma/patch-1
dorny Nov 30, 2022
b45fb8b
Merge branch 'main' into pr-179
dorny Nov 30, 2022
ac8472f
Log filename if parsing fails
dorny Nov 30, 2022
33529f7
Merge pull request #179 from vasanthdharmaraj/main
dorny Nov 30, 2022
3963c53
Skip listing of files if error parsing is disabled
dorny Nov 30, 2022
e9fa2f5
Merge pull request #216 from dorny/skip-list-tracked-files
dorny Nov 30, 2022
375f855
Add dependabot configuration
yeikel Feb 7, 2023
279d40a
Add github-actions
yeikel Mar 6, 2023
2868c9a
Add new outputs for url and url_html for future references
luisito666 Mar 27, 2023
2f00523
Update readme and add information about url and url_html
luisito666 Mar 27, 2023
9e78da5
add feature fail-on-empty
gdams Apr 3, 2023
2cc6a8c
"Coma separated" -> "Comma-separated"
tangowithfoxtrot Jul 18, 2023
d51dd9a
"Coma separated" -> "Comma-separated"
tangowithfoxtrot Jul 18, 2023
daece30
Avoid split on undefined
cazou Aug 9, 2023
ea0fb91
Add permissions to example yml files
TurnrDev Sep 21, 2023
f4404ee
Merge pull request #254 from tangowithfoxtrot/main
j-catania Sep 21, 2023
9485262
update workflows
j-catania Sep 21, 2023
0ada353
fix readme version of actions/*
j-catania Sep 21, 2023
476b57a
update dep
j-catania Sep 21, 2023
28dac3b
Bump ws from 7.3.1 to 7.5.9 in /reports/jest
dependabot[bot] Sep 21, 2023
76a051e
fixing lint
j-catania Sep 22, 2023
ac305c1
fixing format
j-catania Sep 22, 2023
5895924
fix npm package
j-catania Sep 22, 2023
a02f895
fixing format
j-catania Sep 22, 2023
bc48d4d
fixing package script
j-catania Sep 22, 2023
ef9ec10
Merge pull request #269 from dorny/feature/dep
j-catania Sep 22, 2023
76dd0e0
Bump ansi-regex from 3.0.0 to 3.0.1 in /reports/mocha
dependabot[bot] Sep 22, 2023
f120b1e
Bump json5 from 2.1.3 to 2.2.3 in /reports/jest
dependabot[bot] Sep 22, 2023
54a8c3c
Bump qs from 6.5.2 to 6.5.3 in /reports/jest
dependabot[bot] Sep 22, 2023
eb71782
Bump minimist from 1.2.5 to 1.2.8 in /reports/jest
dependabot[bot] Sep 22, 2023
3fcc30f
Bump decode-uri-component from 0.2.0 to 0.2.2 in /reports/jest
dependabot[bot] Sep 22, 2023
b5ef0e7
Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest
dependabot[bot] Sep 22, 2023
62386e9
Merge pull request #263 from TurnrDev/patch-1
j-catania Sep 22, 2023
61135b8
Merge pull request #243 from gdams/fail_on_empty
j-catania Sep 22, 2023
dcaa140
Merge pull request #228 from yeikel/patch-1
j-catania Sep 22, 2023
148c3e5
Bump actions/checkout from 2 to 4
dependabot[bot] Sep 22, 2023
92138a6
Merge pull request #265 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 22, 2023
b09b166
Merge pull request #279 from dorny/dependabot/github_actions/actions/…
j-catania Sep 22, 2023
19f5a0d
Merge pull request #242 from luisito666/feature/add-new-output-for-ur…
j-catania Sep 22, 2023
06d7fcc
Merge pull request #158 from IanMoroney/patch-1
j-catania Sep 22, 2023
efc4fb3
Merge pull request #176 from ryancasburn-KAI/patch-1
j-catania Sep 22, 2023
dd9d115
Merge pull request #172 from TomerFi/def-vals-not-required
j-catania Sep 22, 2023
36f318e
Merge pull request #278 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 25, 2023
8b17ce4
Merge pull request #276 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 25, 2023
a677dec
Merge pull request #275 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 25, 2023
d132e07
Merge pull request #272 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 25, 2023
bd1b0de
Merge pull request #271 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Sep 25, 2023
9301b44
Merge pull request #270 from dorny/dependabot/npm_and_yarn/reports/mo…
j-catania Sep 25, 2023
91ccfa2
declare 'url' and 'url_html' as action outputs
micha-one Sep 25, 2023
4eb4bc2
Merge pull request #287 from micha-one/main
j-catania Oct 9, 2023
f3a6ff2
Merge pull request #258 from cazou/fix-split-on-undefined
j-catania Oct 9, 2023
4b7b789
add version npm script
j-catania Oct 9, 2023
9b29e41
1.7.0
j-catania Oct 9, 2023
ededcdb
Merge pull request #296 from dorny/release/v1.7.0
j-catania Oct 9, 2023
62af365
CHANGELOG.md
j-catania Oct 9, 2023
214173a
Merge pull request #297 from dorny/release/v1.7.0
j-catania Oct 9, 2023
817da85
Bump @babel/traverse from 7.12.1 to 7.23.2 in /reports/jest
dependabot[bot] Oct 16, 2023
87b5946
Merge pull request #303 from dorny/dependabot/npm_and_yarn/reports/je…
j-catania Oct 17, 2023
08340ff
Bump @babel/traverse from 7.22.20 to 7.23.2
dependabot[bot] Oct 17, 2023
6a1c242
Merge pull request #304 from dorny/dependabot/npm_and_yarn/babel/trav…
j-catania Nov 2, 2023
6d7a9ad
Update action.yml
j-catania Nov 7, 2023
1c044b4
Add `SwiftXunitParser` class based on `JavaJunitParser` for `swift-xu…
jozefizso Nov 8, 2023
ed05640
Merge pull request #317 from jozefizso/feature/swift-xunit
dorny Dec 9, 2023
be0e2e9
Merge pull request #315 from dorny/feature/node20
dorny Dec 9, 2023
62b89ea
Apply code style fix
dorny Dec 9, 2023
601ab2b
Merge pull request #331 from dorny/fix-build
dorny Dec 9, 2023
e091fad
Use NodeJS 18 LTS as default runtime
jozefizso Dec 12, 2023
84909f3
Merge pull request #332 from jozefizso/dev/node18_runtime
j-catania Dec 13, 2023
71f6751
Update GitHub Actions packages
jozefizso Dec 12, 2023
35f0c29
Update all production packages
jozefizso Dec 13, 2023
dd41adf
Update all development packages
jozefizso Dec 13, 2023
feda17a
Compile distribution code
jozefizso Dec 13, 2023
57cb273
Merge pull request #333 from jozefizso/dev/update_dependencies
jozefizso Dec 15, 2023
b1ecc16
adding feature and bug template
j-catania Dec 17, 2023
ddfa15d
adding jozefizso,DominikPalo,dharmendrasha as assignees
j-catania Dec 18, 2023
9e2e57e
Remove jozefizso and DominikPalo from assignees to keep notifications…
jozefizso Dec 18, 2023
c192695
Escape <> characters in suite name
thanabodee-c Mar 13, 2023
7aa575a
Add tests for results with React component names
jozefizso Dec 18, 2023
d9ef69e
Merge pull request #236 from wingyplus/fix-iss-235
jozefizso Dec 18, 2023
08c81a1
Merge pull request #341 from dorny/feat/issue-tmpl
j-catania Jan 2, 2024
4bb68ff
Update check title and remove icon
ldaneliukas Oct 11, 2021
996dd3b
shortSummary const
ldaneliukas Nov 30, 2021
24b216b
Merge remote-tracking branch 'origin/check_status' into check_status
j-catania Jan 12, 2024
aa82f53
update dist/index.js
j-catania Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist/
lib/
node_modules/
node_modules/
jest.config.js
117 changes: 64 additions & 53 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,68 @@
{
"plugins": ["jest", "@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": "./tsconfig.json"
"plugins": ["import", "jest", "@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": "./tsconfig.json"
},
"rules": {
"i18n-text/no-en": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"import/no-named-as-default": "off",
"no-shadow": "off",
"no-unused-vars": "off",
"prefer-template": "off",
"@typescript-eslint/no-unused-vars": ["error", {"varsIgnorePattern": "^_"}],
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-comment": "error",
"camelcase": "off",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-unnecessary-qualifier": "error",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/prefer-for-of": "warn",
"@typescript-eslint/prefer-function-type": "warn",
"@typescript-eslint/prefer-includes": "error",
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"semi": "off",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
},
"settings": {
"import/parsers": {
"@typescript-eslint/parser": [".ts", ".tsx"]
},
"rules": {
"camelcase": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"no-shadow": "off",
"no-unused-vars": "off",
"prefer-template": "off",
"semi": [ "error", "never"],
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-comment": "error",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-unnecessary-qualifier": "error",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"@typescript-eslint/no-unused-vars": ["error", {"varsIgnorePattern": "^_"}],
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/prefer-for-of": "warn",
"@typescript-eslint/prefer-function-type": "warn",
"@typescript-eslint/prefer-includes": "error",
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
"import/resolver": {
"typescript": {
"alwaysTryTypes": true // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
}
}
}
}
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: 'dorny,dharmendrasha,j-catania'
---

## Describe the bug
A clear and concise description of what the bug is.

## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to help explain your problem.

## Additional context
Add any other context about the problem here.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature Request
about: Suggest a feature
title: ''
labels: 'enhancement'
assignees: 'dorny,dharmendrasha,j-catania'
---

## Describe

## Proposed solution

## Alternatives considered
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
53 changes: 53 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# `dist/index.js` is a special file in Actions.
# When you reference an action with `uses:` in a workflow,
# `index.js` is the code that will run.
# For our project, we generate this file through a build process from other source files.
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:

jobs:
check-dist:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci

- name: Rebuild the dist/ directory
run: |
npm run build
npm run package

- name: Compare the expected and actual dist/ directories
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
fi
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
path: dist/
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run build
- run: npm run format-check
Expand All @@ -22,15 +25,7 @@ jobs:

- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-results
path: __tests__/__results__/*.xml

- name: Create test report
uses: ./
if: success() || failure()
with:
name: JEST Tests
path: __tests__/__results__/*.xml
reporter: jest-junit
22 changes: 22 additions & 0 deletions .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Manual run

on:
workflow_dispatch:

jobs:
check-dist:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm test

- name: Create test report
uses: ./
if: success() || failure()
with:
name: JEST Tests
path: __tests__/__results__/*.xml
reporter: jest-junit
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
artifact: test-results
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ lib/**/*

# Project specific
__tests__/__results__

.idea
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.19.0
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 1.7.0
* Fix #199: Use ✅ instead of ✔️ for better cross platform look by @petrdvorak in https://github.com/dorny/test-reporter/pull/200
* Verify content of dist/ folder matches build output by @dorny in https://github.com/dorny/test-reporter/pull/207
* Gracefully handle empty nested testsuite elements for JUnit. by @rvdlaarschot in https://github.com/dorny/test-reporter/pull/193
* Gracefully handle empty failure tags by @haudren-woven in https://github.com/dorny/test-reporter/pull/213
* Fix #208 - java-junit: show annotations on PR changed files by @atsu85 in https://github.com/dorny/test-reporter/pull/209
* Only report failure if fail-on-error is set by @trond-snekvik in https://github.com/dorny/test-reporter/pull/214
* Improve clarity on configuring for forkable repos by @abelbraaksma in https://github.com/dorny/test-reporter/pull/211
* Suppress "Processing test results from" log by @vasanthdharmaraj in https://github.com/dorny/test-reporter/pull/179
* Skip listing of files if error parsing is disabled by @dorny in https://github.com/dorny/test-reporter/pull/216
* Correct typo in docs by @tangowithfoxtrot in https://github.com/dorny/test-reporter/pull/254
* update dependencies by @j-catania in https://github.com/dorny/test-reporter/pull/269
* Add permissions to example yml files by @TurnrDev in https://github.com/dorny/test-reporter/pull/263
* add feature fail-on-empty by @gdams in https://github.com/dorny/test-reporter/pull/243
* Add dependabot configuration by @yeikel in https://github.com/dorny/test-reporter/pull/228
* Bump ws from 7.3.1 to 7.5.9 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/265
* Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/dorny/test-reporter/pull/279
* Add new output for url url html by @luisito666 in https://github.com/dorny/test-reporter/pull/242
* Update README.md by @IanMoroney in https://github.com/dorny/test-reporter/pull/158
* Update jest-Junit part of Readme by @ryancasburn-KAI in https://github.com/dorny/test-reporter/pull/176
* fix: default-valued fields are not mandatory by @TomerFi in https://github.com/dorny/test-reporter/pull/172
* Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/278
* Bump decode-uri-component from 0.2.0 to 0.2.2 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/276
* Bump minimist from 1.2.5 to 1.2.8 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/275
* Bump qs from 6.5.2 to 6.5.3 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/272
* Bump json5 from 2.1.3 to 2.2.3 in /reports/jest by @dependabot in https://github.com/dorny/test-reporter/pull/271
* Bump ansi-regex from 3.0.0 to 3.0.1 in /reports/mocha by @dependabot in https://github.com/dorny/test-reporter/pull/270
* declare 'url' and 'url_html' as action outputs by @micha-one in https://github.com/dorny/test-reporter/pull/287
* Avoid split on undefined by @cazou in https://github.com/dorny/test-reporter/pull/258

## v1.6.0
- [Update to node16 + recent versions of core and exec packages](https://github.com/dorny/test-reporter/pull/203)
- [Update all dependencies to latest versions](https://github.com/dorny/test-reporter/pull/186)
- [Fix tests on non us-EN local env](https://github.com/dorny/test-reporter/pull/185)

## v1.5.0
- [Add option to convert backslashes in path pattern to forward slashes](https://github.com/dorny/test-reporter/pull/128)
- [Add option to generate only the summary from processed test results files](https://github.com/dorny/test-reporter/pull/123)
Expand Down
Loading