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

Bump GitHubActionsTestLogger from 1.4.1 to 2.0.0 #1022

Merged
merged 1 commit into from
May 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps GitHubActionsTestLogger from 1.4.1 to 2.0.0.

Changelog

Sourced from GitHubActionsTestLogger's changelog.

v2.0 (29-May-2022)

  • Test summary now only displays failed tests instead of all executed tests. Displaying all tests made the summary very hard to navigate and caused severe performance issues in repositories with large test suites.
  • Failed tests in test summary now link to the file and the exact code line where the error happened. This link is static and is bound to the commit hash that triggered the workflow.
  • Redesigned the test summary to be more visually appealing and easier to read.
  • Removed the report-warnings option. Skipped tests are no longer reported in annotations. The new default (and only) behavior is equivalent to setting report-warnings=false in the previous versions of the logger.
  • Renamed the format option to annotations.titleFormat to better reflect its purpose. This option can be used to specify the format of the annotation title (the header of the alert box shown in diffs and job overviews).
  • Added the annotations.messageFormat option that can be used to specify the format of the annotation message (the body of the alert box shown in diffs and job overviews).
  • Added $framework replacement token that can be used in annotations.titleFormat and annotations.messageFormat to display the target framework of the associated test.
Commits

Dependabot compatibility score

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 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 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)

Bumps [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases)
- [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md)
- [Commits](Tyrrrz/GitHubActionsTestLogger@1.4.1...2.0)

---
updated-dependencies:
- dependency-name: GitHubActionsTestLogger
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 30, 2022 01:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2022
@dependabot dependabot bot requested a review from gkinsman May 30, 2022 01:22
@codecov
Copy link

codecov bot commented May 30, 2022

Codecov Report

Merging #1022 (9508e3c) into main (01fdba3) will decrease coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1022      +/-   ##
==========================================
- Coverage   84.92%   84.71%   -0.22%     
==========================================
  Files         135      135              
  Lines        3290     3290              
==========================================
- Hits         2794     2787       -7     
- Misses        496      503       +7     
Flag Coverage Δ
linux 84.71% <ø> (-0.22%) ⬇️
macos 51.72% <ø> (+0.03%) ⬆️
windows 51.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ools/MessageHandling/Dispatch/MessageDispatcher.cs 85.45% <0.00%> (-12.73%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01fdba3...9508e3c. Read the comment docs.

@martincostello martincostello merged commit 5bff12e into main May 30, 2022
@dependabot dependabot bot deleted the dependabot/nuget/GitHubActionsTestLogger-2.0.0 branch May 30, 2022 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant