Skip to content

Commit 7401309

Browse files
Bump dorny/test-reporter from 2.1.1 to 2.2.0 (#84)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.2.0. <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.2.0</h2> <ul> <li>Feature: Add collapsed option to control report summary visibility <a href="https://redirect.github.com/dorny/test-reporter/pull/664">dorny/test-reporter#664</a></li> <li>Fix badge encoding for values including underscore and hyphens <a href="https://redirect.github.com/dorny/test-reporter/pull/672">dorny/test-reporter#672</a></li> <li>Fix missing <code>report-title</code> attribute in action definition <a href="https://redirect.github.com/dorny/test-reporter/pull/637">dorny/test-reporter#637</a></li> <li>Refactor variable names to fix shadowing issues <a href="https://redirect.github.com/dorny/test-reporter/pull/630">dorny/test-reporter#630</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dorny/test-reporter/commit/7b7927aa7da8b82e81e755810cb51f39941a2cc7"><code>7b7927a</code></a> test-reporter release v2.2.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/eeac280b8ec99aedc4e08392049b432f643cad57"><code>eeac280</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/676">#676</a> from dorny/dependabot/npm_and_yarn/js-yaml-4.1.1</li> <li><a href="https://github.com/dorny/test-reporter/commit/6939db53fb7e16b4c1dfadbb21a09889cad622fa"><code>6939db5</code></a> Bump js-yaml from 4.1.0 to 4.1.1</li> <li><a href="https://github.com/dorny/test-reporter/commit/b3812e0f5ba87cdfcdbb1e51ad2c8407f0c8cf06"><code>b3812e0</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/664">#664</a> from pespinel/feature/collapsed-option</li> <li><a href="https://github.com/dorny/test-reporter/commit/cd299561e7271ff8c2e2c14b6e9cfe47badf2f60"><code>cd29956</code></a> tests: refactor input <code>collapsed=auto</code> to individual tests</li> <li><a href="https://github.com/dorny/test-reporter/commit/c7935221e6a50a8f00bfb147caa6f98b75cf7128"><code>c793522</code></a> feat: add validation for the <code>collapsed</code> input parameter</li> <li><a href="https://github.com/dorny/test-reporter/commit/5fb0582760679550747aaab55258d6afc4587469"><code>5fb0582</code></a> chore: run linter to fix code style issues</li> <li><a href="https://github.com/dorny/test-reporter/commit/7148297f026db2780715041604a9f8cc2c2020dd"><code>7148297</code></a> test: fix linter and create tests</li> <li><a href="https://github.com/dorny/test-reporter/commit/828632acd025c710d46b2c60ade6b5257ea06caf"><code>828632a</code></a> feat: add collapsed option to control report visibility</li> <li><a href="https://github.com/dorny/test-reporter/commit/4a41472ca453a8063e4ee8ca79e959b7aaf2fc00"><code>4a41472</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/672">#672</a> from dorny/bugfix/671-allow_hyphens_in_badge_image_names</li> <li>Additional commits viewable in <a href="https://github.com/dorny/test-reporter/compare/v2.1.1...v2.2.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.1.1&new-version=2.2.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 f1b3e69 + 8b6f09a commit 7401309

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.1.1
32+
uses: dorny/test-reporter@v2.2.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.1.1
41+
uses: dorny/test-reporter@v2.2.0
4242
if: success() || failure()
4343
with:
4444
name: JavaAI Tests

0 commit comments

Comments
 (0)