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 2.1.0 to 2.2.0 #359

Merged
merged 1 commit into from
May 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2023

Bumps GitHubActionsTestLogger from 2.1.0 to 2.2.0.

Changelog

Sourced from GitHubActionsTestLogger's changelog.

Changelog

v2.2 (18-May-2023)

  • Reworked the test summary layout:
    • Overall test stats are no longer hidden by an expander.
    • Tests are now grouped by their defining type.
    • Other minor visual improvements.
  • Fixed an issue where exception messages rendered under failed tests in the test summary broke formatting if they contained indented lines.

v2.1 (09-May-2023)

  • Added summary.includePassedTests and summary.includeSkippedTests options to extend the test summary with the list of passed and skipped tests, respectively. These options are set to false by default to match the previous behavior.
  • Fixed an issue where the test summary had invalid links to test definitions when running with ContinuousIntegrationBuild MSBuild property enabled.

v2.0.2 (27-Apr-2023)

  • Improved execution performance of the logger when running multiple test suites in parallel.

v2.0.1 (10-Jun-2022)

  • Fixed an issue where the test summary showed incorrect value under the "Elapsed" column. The value shown previously was a sum of all test durations, which didn't account for parallelization.

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.

v1.4.1 (19-Apr-2022)

  • Improved test summary formatting and layout.

v1.4 (18-Apr-2022)

  • Added rudimentary support for GitHub Job Summaries (also known as Action Summaries or Step Summaries). Note that this feature is still in private preview and may not be available for your repository. See readme for more information.

v1.3 (21-Feb-2022)

  • Improved formatting of GitHub workflow commands. Newlines are now properly escaped, allowing multiline error messages to be shown inside annotations.
  • Changed default annotation message format from $name: $outcome to just $outcome. Test name, which was previously included, is now displayed as annotation title instead.
  • Marked package as development dependency.

v1.2 (22-Feb-2021)

  • Added a format option that allows customizing message format, with which the test results are reported. Refer to the readme for more information on how to use it.

... (truncated)

Commits
  • 3d82c7e Update version
  • 504c7b9 Fix tests
  • 86e4d2e Improve the summary styling, add test grouping, and fix formatting issues
  • 9fabad9 Don't fallback to project file if test source is unavailable
  • 567de8e Fix deterministic build heuristic
  • 94b671a Sort test results in summary by name
  • See full diff in compare view

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 2.1.0 to 2.2.0.
- [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md)
- [Commits](Tyrrrz/GitHubActionsTestLogger@2.1...2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2023
@codesandbox
Copy link

codesandbox bot commented May 18, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders | Preview

@github-actions
Copy link

Pull Request Test Coverage Report for Build 5010698939

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.504%

Totals Coverage Status
Change from base Build 4933675747: 0.0%
Covered Lines: 5740
Relevant Lines: 6257

💛 - Coveralls

@b3b00 b3b00 merged commit 10a504b into dev May 18, 2023
@dependabot dependabot bot deleted the dependabot/nuget/GitHubActionsTestLogger-2.2.0 branch May 18, 2023 06:45
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