InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

chore(deps): bump JunitXml.TestLogger from 3.0.110 to 3.0.124 #6

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps JunitXml.TestLogger from 3.0.110 to 3.0.124.

Release notes

Sourced from JunitXml.TestLogger's releases.

v3.0.124

Changes:

  • Update core testlogger to 3.0.86
  • Fix: issue with numeral parsing in test name parser. See spekt/testlogger#35

v3.0.114

Changes:

  • Update core testlogger to 3.0.78 for junit test adapter
  • Replace Test Case name parser Possible Breaking Change
    • For most or maybe all users the new parser should fix the issues shown below, without introducing new issues. In case you do encounter any new parsing failures a feature flag Parser=Legacy has been added to use the prior parser. See logger config wiki for details.
    • Fix: Test case parse error if name contains special characters. See spekt/nunit.testlogger#90
    • Fix: Covers several parsing issues. Thanks @​becha2 for all the detailed examples. spekt/testlogger#28
    • Fix: Log member data. Thanks @​BottlecapDave for the issue report and @​hach-que for the draft fix. spekt/junit.testlogger#50
    • Fix: Issue parsing chars. Thanks @​binarycow for the issue report. spekt/nunit.testlogger#90
    • Reduce log verbosity: The parser, if it encounters problems, will only output one warning per run to the console instead of one per problem
Commits
  • 3edf68f fix: testcase name parser regex to include zero. (#61)
  • 82f7701 Merge pull request #52 from Siphonophora/UseRegexParser
  • 2af9af6 Use legacy parser where the new parser can't help
  • 73f68da Fix build issues
  • 87186e6 Bump logger to use regex parser
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (104d5d1) 100.00% compared to head (1746e49) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 3 3 ========================================= Hits 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.