Skip to content

Commit 749ec2a

Browse files
Bump dorny/test-reporter from 2.3.0 to 2.5.0 (#89)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dorny/test-reporter/releases">dorny/test-reporter's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add Nette Tester JUnit Reporter by <a href="https://github.com/jozefizso"><code>@​jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/707">dorny/test-reporter#707</a></li> </ul> <h3>Project maintanance</h3> <ul> <li>Bump actions/upload-artifact from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/dorny/test-reporter/pull/695">dorny/test-reporter#695</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dorny/test-reporter/compare/v2.4.0...v2.5.0">https://github.com/dorny/test-reporter/compare/v2.4.0...v2.5.0</a></p> <h2>v2.4.0</h2> <h2>What's Changed</h2> <ul> <li>Create tests for sample JUnit files by <a href="https://github.com/jozefizso"><code>@​jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/701">dorny/test-reporter#701</a></li> <li>Support for the PHPUnit dialect of JUnit by <a href="https://github.com/mbeccati"><code>@​mbeccati</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> <li>Use <code>String.substring()</code> function by <a href="https://github.com/jozefizso"><code>@​jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/704">dorny/test-reporter#704</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mbeccati"><code>@​mbeccati</code></a> made their first contribution in <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dorny/test-reporter/compare/v2.3.0...v2.4.0">https://github.com/dorny/test-reporter/compare/v2.3.0...v2.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md">dorny/test-reporter's changelog</a>.</em></p> <blockquote> <h2>2.5.0</h2> <ul> <li>Feature: Add Nette Tester support with <code>tester-junit</code> reporter <a href="https://redirect.github.com/dorny/test-reporter/pull/707">dorny/test-reporter#707</a></li> <li>Maintenance: Bump actions/upload-artifact from 5 to 6 <a href="https://redirect.github.com/dorny/test-reporter/pull/695">dorny/test-reporter#695</a></li> </ul> <h2>2.4.0</h2> <ul> <li>Feature: Add PHPUnit support with JUnit XML dialect parser <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> <li>Feature: Add JUnit XML sample files and tests for validation <a href="https://redirect.github.com/dorny/test-reporter/pull/701">dorny/test-reporter#701</a></li> <li>Fix: Refactor deprecated <code>String.substr()</code> function to use <code>String.substring()</code> <a href="https://redirect.github.com/dorny/test-reporter/pull/704">dorny/test-reporter#704</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dorny/test-reporter/commit/b082adf0eced0765477756c2a610396589b8c637"><code>b082adf</code></a> test-reporter release v2.5.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/bcafc9fcbe9467a5dbd98a61cd3e0c1430e9a586"><code>bcafc9f</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/707">#707</a> from dorny/feature/700-nette-tester-junit-reporter</li> <li><a href="https://github.com/dorny/test-reporter/commit/b0cbac615ff15c75a65a4b86c3970ca99932c1b3"><code>b0cbac6</code></a> Rebuild the <code>dist/index.js</code> file</li> <li><a href="https://github.com/dorny/test-reporter/commit/c92a2893a9c7b550baeb52680fc9e49563b44baf"><code>c92a289</code></a> Remove unnecessary output files</li> <li><a href="https://github.com/dorny/test-reporter/commit/6697ec40e69e09fea75e02047a694687837dfc8a"><code>6697ec4</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/695">#695</a> from dorny/dependabot/github_actions/actions/upload-a...</li> <li><a href="https://github.com/dorny/test-reporter/commit/63870298f549a17388dd5b30b8a634e449a9eb2d"><code>6387029</code></a> Create <code>tester-junit</code> reporter for Nette Tester tool</li> <li><a href="https://github.com/dorny/test-reporter/commit/68967725f76a7cdb7990818860d93f4242bff961"><code>6896772</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/706">#706</a> from dorny/release/v2.4.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/e17be7e0078fc00f61965f3b4032f1e1fdc7fcfb"><code>e17be7e</code></a> test-reporter release v2.4.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/6efb86e1f884696e9a2bbd33e43da8777c8e469c"><code>6efb86e</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/704">#704</a> from dorny/bugfix/703-refactor-deprecated-substr-func...</li> <li><a href="https://github.com/dorny/test-reporter/commit/055bc8c0258aafc395432a1fbf56b791773b9f49"><code>055bc8c</code></a> Rebuild the <code>dist/index.js</code> file</li> <li>Additional commits viewable in <a href="https://github.com/dorny/test-reporter/compare/v2.3.0...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dorny/test-reporter&package-manager=github_actions&previous-version=2.3.0&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 3b1b8eb + bfcc4da commit 749ec2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_dependabot_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./mvnw -B test
3030

3131
- name: Test Report
32-
uses: dorny/test-reporter@v2.3.0
32+
uses: dorny/test-reporter@v2.5.0
3333
if: success() || failure()
3434
with:
3535
name: JavaAI Tests

.github/workflows/java-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939

4040
- name: Test Report
41-
uses: dorny/test-reporter@v2.3.0
41+
uses: dorny/test-reporter@v2.5.0
4242
if: success() || failure()
4343
with:
4444
name: JavaAI Tests

0 commit comments

Comments
 (0)