Skip to content

Commit 74f3121

Browse files
chore(deps): Bump bibipkins/dotnet-test-reporter from 1.5.4 to 1.6.1 (#408)
Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.5.4 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bibipkins/dotnet-test-reporter/releases">bibipkins/dotnet-test-reporter's releases</a>.</em></p> <blockquote> <h2>v1.6.1</h2> <h2>What's Changed</h2> <ul> <li>add functionality to customize the pull request check's name by <a href="https://github.com/adcpgessler"><code>@​adcpgessler</code></a> in <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/pull/75">bibipkins/dotnet-test-reporter#75</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bibipkins/dotnet-test-reporter/compare/v1.6.0...v1.6.1">https://github.com/bibipkins/dotnet-test-reporter/compare/v1.6.0...v1.6.1</a></p> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>Add support for status checks on pull requests by <a href="https://github.com/adcpgessler"><code>@​adcpgessler</code></a> in <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/pull/74">bibipkins/dotnet-test-reporter#74</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adcpgessler"><code>@​adcpgessler</code></a> made their first contribution in <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/pull/74">bibipkins/dotnet-test-reporter#74</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.4...v1.6.0">https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.4...v1.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/5bafb08d6d3a2a779a0be59537305b0a92313f84"><code>5bafb08</code></a> Merge pull request <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/issues/75">#75</a> from adcpgessler/feature/pull-request-check-name</li> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/55116c9bb120ea1e6ad33c45059a9262a313d9af"><code>55116c9</code></a> add functionality to name pull request status check</li> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/6a4507c8498247f0d23b90e71a60e3c667cf0e1d"><code>6a4507c</code></a> Merge pull request <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/issues/74">#74</a> from adcpgessler/feature/pull-request-check</li> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/7ae74d32cc3a7323780951e1c58e5cb9a6dc0a6a"><code>7ae74d3</code></a> Address PR comments</li> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/c5b8bab01576cfc579b84fb491bd7adffe16cc35"><code>c5b8bab</code></a> Add support for status checks on pull requests</li> <li>See full diff in <a href="https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.4...v1.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bibipkins/dotnet-test-reporter&package-manager=github_actions&previous-version=1.5.4&new-version=1.6.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0401dc commit 74f3121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet test --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage"
5757

5858
- name: Generate test report
59-
uses: bibipkins/dotnet-test-reporter@v1.5.4
59+
uses: bibipkins/dotnet-test-reporter@v1.6.1
6060
if: ${{ always() }}
6161
with:
6262
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)