ci(deps): bump dorny/test-reporter from 1 to 2
Open
Number: #3
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 2
Association: None
Comments: 2
Created:
July 17, 2025 at 08:13 PM UTC
(11 months ago)
(11 months ago)
Updated:
July 17, 2025 at 08:13 PM UTC
(11 months ago)
(11 months ago)
Assignees:
devops-thiago
devops-thiago
Description:
Bumps dorny/test-reporter from 1 to 2.
Release notes
Sourced from dorny/test-reporter's releases.
v2.0.0
What's Changed
- Merge v1.7.0 to v1 branche by
@j-cataniain dorny/test-reporter#298- Bump development to
v2.0.0-previewby@jozefizsoin dorny/test-reporter#449- Update checkout and upload-artifact actions versions by
@Akaamein dorny/test-reporter#419- README.md: Update GitHub Actions by
@cclaussin dorny/test-reporter#404- Update project to Node 20 runtime by
@jozefizsoin dorny/test-reporter#450- Add support for NUnit v3 XML results files by
@kringin dorny/test-reporter#225- Fix JUnit message / type fields. by
@AnthonyBarbierin dorny/test-reporter#399- Update mocha-json usage instructions by
@MonkeyDoin dorny/test-reporter#145- Clarify .NET support is dotnet test command support by
@anatawa12in dorny/test-reporter#232- Target node20 by
@jozefizsoin dorny/test-reporter#489- Support displaying test results in markdown using GitHub Actions Job Summaries by
@ritchxuin dorny/test-reporter#463- Support displaying test results in markdown using GitHub Actions Job Summaries by
@ritchxuin dorny/test-reporter#383- Fix parsing of ESLint reports in jest-junit format by
@phjardasin dorny/test-reporter#134- Change docs for mocha-json by
@chdanielmuellerin dorny/test-reporter#517- Remove unused development dependency
@types/github-sluggerby@jozefizsoin dorny/test-reporter#524- Merge
v1branch tomainby@jozefizsoin dorny/test-reporter#525- Update bug_report.md by
@j-cataniain dorny/test-reporter#553- Update feature.md by
@j-cataniain dorny/test-reporter#554- feat: parse junit report with message by
@cmonaghan1in dorny/test-reporter#559- Update dependencies by
@jozefizsoin dorny/test-reporter#560- test-reporter release v2.0.0 by
@jozefizsoin dorny/test-reporter#561New Contributors
@Akaamemade their first contribution in dorny/test-reporter#419@cclaussmade their first contribution in dorny/test-reporter#404@kringmade their first contribution in dorny/test-reporter#225@AnthonyBarbiermade their first contribution in dorny/test-reporter#399@MonkeyDomade their first contribution in dorny/test-reporter#145@anatawa12made their first contribution in dorny/test-reporter#232@ritchxumade their first contribution in dorny/test-reporter#463@phjardasmade their first contribution in dorny/test-reporter#134@chdanielmuellermade their first contribution in dorny/test-reporter#517@cmonaghan1made their first contribution in dorny/test-reporter#559Full Changelog: https://github.com/dorny/test-reporter/compare/v1.9.1...v2.0.0
v1.9.1
What's Changed
- fix: reporting wrong number of tests in Dart by
@dominicmhin dorny/test-reporter#426- Fix problematic retransmission of authentication token (alternative solution) by
@JojOatXGMEin dorny/test-reporter#438- Update development dependencies by
@jozefizsoin dorny/test-reporter#442New Contributors
@dominicmhmade their first contribution in dorny/test-reporter#426@JojOatXGMEmade their first contribution in dorny/test-reporter#438Full Changelog: https://github.com/dorny/test-reporter/compare/v1.9.0...v1.9.1
... (truncated)
Changelog
Sourced from dorny/test-reporter's changelog.
Changelog
2.1.1
- Fix error when a TestMethod element does not have a className attribute in a trx file dorny/test-reporter#623
- Add stack trace from trx to summary dorny/test-reporter#615
- List only failed tests dorny/test-reporter#606
- Add type definitions to
github-utils.tsdorny/test-reporter#604- Avoid split on undefined dorny/test-reporter#258
- Return links to summary report dorny/test-reporter#588
- Add step summary short summary dorny/test-reporter#589
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix input description for list options dorny/test-reporter#572
2.1.0
- Feature: Add summary title dorny/test-reporter#568
- Feature: Add Golang test parser dorny/test-reporter#571
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Fix input description for list options dorny/test-reporter#572
- Update npm packages dorny/test-reporter#583
2.0.0
- Parse JUnit report with detailed message in failure dorny/test-reporter#559
- Support displaying test results in markdown using GitHub Actions Job Summaries dorny/test-reporter#383
1.9.1
- Fix problematic retransmission of authentication token dorny/test-reporter#438
- Report correct number of tests in Dart dorny/test-reporter#426
- Number of completed tests mismatches passed/failed dorny/test-reporter#319
1.9.0
- Add support for Rspec (Ruby) dorny/test-reporter#398
1.8.0
- Add
SwiftXunitParserclass based onJavaJunitParserforswift-xunitreporter dorny/test-reporter#317- Use NodeJS 18 LTS as default runtime dorny/test-reporter#332
- Escape
<>characters in suite name dorny/test-reporter#236- Update actions runtime to Node20 dorny/test-reporter#315
- Update check title and remove icon dorny/test-reporter#144
1.7.0
- Fix #199: Use ✅ instead of ✔️ for better cross platform look by
@petrdvorakin dorny/test-reporter#200- Verify content of dist/ folder matches build output by
@dornyin dorny/test-reporter#207- Gracefully handle empty nested testsuite elements for JUnit. by
@rvdlaarschotin dorny/test-reporter#193- Gracefully handle empty failure tags by
@haudren-wovenin dorny/test-reporter#213- Fix #208 - java-junit: show annotations on PR changed files by
@atsu85in dorny/test-reporter#209- Only report failure if fail-on-error is set by
@trond-snekvikin dorny/test-reporter#214- Improve clarity on configuring for forkable repos by
@abelbraaksmain dorny/test-reporter#211- Suppress "Processing test results from" log by
@vasanthdharmarajin dorny/test-reporter#179
... (truncated)
Commits
dc3a926test-reporter release v2.1.1e8e2736test-reporter release v2.1.1ec9d9d2Merge pull request #623 from 0xced/xunitv3-trxbe36461Fix code formatting in thedotnet-trx.tests.tsfile8dd7047Merge pull request #628 from dorny/chore/update_packages71814aeUpdate development dependencies4128d36Use "Unclassified" when no class name is availabled1504eaAdd test on a trx report where the className attribute of TestMethod is missing18430dbMerge pull request #615 from dboriichuk/trx-stack-trace-summaryae8bd19Add stack tracke to summary- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
| ID: | 3524526 |
| UUID: | 3240784283 |
| Node ID: | PR_kwDOPOVP786fcc3- |
| Host: | GitHub |
| Repository: | devops-thiago/otel-example-java |