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 xunit from 2.4.2 to 2.5.0 #1937

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps xunit from 2.4.2 to 2.5.0.

Commits
  • 12ec6b8 Bump up to v2.5.1-pre
  • 92f31c4 v2.5.0
  • 188216b Ensure both failed tests and error cause error return codes (and cancel for s...
  • c973179 Latest analyzers
  • f93d52d Propagate StopOnFail from config file => execution options
  • 5e70f54 #2737: Restore XunitException constructor (breaking change) (v2)
  • 028866f Add PackageDownload for Microsoft.NETFramework.ReferenceAssemblies.net452 to ...
  • aeba1bb Remove UAP/UWP support
  • 5308021 #1857: Add overload to Assert.Contains for ConcurrentDictionary (v2)
  • 5fbaa0a Incorrect type restriction on obsoleted Assert.ThrowsAny<T> for Func<Task> an...
  • Additional commits viewable 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 [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0.
- [Commits](xunit/xunit@2.4.2...2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 19, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1937 (633b204) into master (f958abf) will increase coverage by 19.68%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##           master    #1937       +/-   ##
===========================================
+ Coverage   46.75%   66.43%   +19.68%     
===========================================
  Files           8      250      +242     
  Lines         231     8616     +8385     
  Branches       20      609      +589     
===========================================
+ Hits          108     5724     +5616     
- Misses        118     2739     +2621     
- Partials        5      153      +148     
Flag Coverage Δ
ApplicationStatus 26.84% <ø> (?)
ArangoDb 26.66% <ø> (?)
Aws.S3 14.37% <ø> (?)
Aws.SecretsManager 14.63% <ø> (?)
Aws.Sns 14.85% <ø> (?)
Aws.Sqs 15.38% <ø> (?)
Aws.SystemsManager 14.63% <ø> (?)
Azure.IoTHub 12.88% <ø> (?)
AzureApplicationInsights 14.79% <ø> (?)
AzureDigitalTwin 35.40% <ø> (?)
AzureKeyVault 19.53% <ø> (?)
AzureSearch 16.21% <ø> (?)
AzureServiceBus 55.27% <ø> (?)
AzureStorage 59.23% <ø> (?)
Consul 22.72% <ø> (?)
CosmosDb 58.53% <ø> (?)
DocumentDb 14.18% <ø> (?)
DynamoDb 12.57% <ø> (?)
Elasticsearch 39.66% <ø> (?)
EventStore 61.87% <ø> (?)
EventStore.gRPC 25.69% <ø> (?)
Gcp.CloudFirestore 12.17% <ø> (?)
Gremlin 23.23% <ø> (?)
Hangfire 11.04% <ø> (?)
IbmMQ 30.96% <ø> (?)
InfluxDB 13.40% <ø> (?)
Kafka 22.15% <ø> (?)
Kubernetes 40.82% <ø> (?)
MongoDb 31.63% <ø> (?)
MySql 33.53% <ø> (?)
Nats 67.52% <ø> (?)
Npgsql 28.90% <ø> (?)
OpenIdConnectServer 25.16% <ø> (?)
Oracle 60.36% <ø> (?)
Prometheus.Metrics 30.00% <ø> (?)
Publisher.ApplicationInsights 10.37% <ø> (?)
Publisher.CloudWatch 19.12% <ø> (?)
Publisher.Datadog 15.09% <ø> (?)
Publisher.Prometheus 19.27% <ø> (?)
Publisher.Seq 40.51% <ø> (?)
RabbitMQ 46.75% <ø> (ø)
RavenDb 70.61% <ø> (?)
Redis 66.82% <ø> (?)
SendGrid 12.00% <ø> (?)
SignalR 28.28% <ø> (?)
SqlServer 28.74% <ø> (?)
Sqlite 26.54% <ø> (?)
System 37.39% <ø> (?)
UI 65.84% <ø> (?)
Uris 61.12% <ø> (?)

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

see 247 files with indirect coverage changes

@sungam3r sungam3r merged commit 13c0edf into master Jul 20, 2023
54 checks passed
@sungam3r sungam3r deleted the dependabot/nuget/xunit-2.5.0 branch July 20, 2023 05:19
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants