Color-Chan / Color-Chan.Discord

A .NET Discord library made for interactions using webhooks.
https://discord-library.colorchan.com/
MIT License
42 stars 7 forks source link

Build(deps): Bump GitHubActionsTestLogger from 2.3.0 to 2.3.1 #148

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps GitHubActionsTestLogger from 2.3.0 to 2.3.1.

Changelog

Sourced from GitHubActionsTestLogger's changelog.

v2.3.1 (31-May-2023)

  • Fixed minor spacing issues in the test summary.

v2.3 (25-May-2023)

  • Reverted some of the test summary layout changes introduced in v2.2 to restore a more compact view of the test results. This should make the summary more accessible for repositories that have a large number of test suites.

v2.2.1 (18-May-2023)

  • Fixed an issue where the test summary was not properly rendered when it was preceded by a different summary that ended in an HTML tag.
  • Fixed minor layout-related issues in the test summary.

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)

... (truncated)

Commits
  • be977a3 Update version
  • 3b9667b Update NuGet packages
  • 6b0632b Fix typo in readme
  • d52c8e9 Update comments
  • 736ce11 Add notes about source information collection in the readme
  • 9b2771a Update favicon
  • 9eb1a6a Use HTML-escaping in test summary
  • 89ae11a Add spacing before test name in summary
  • 2f3ba6f Add margin at the end of the test category in summary
  • 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)