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 dotnet-stryker from 4.3.0 to 4.4.1 in /src/backend #360

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps dotnet-stryker from 4.3.0 to 4.4.1.

Commits
  • a76994a chore(deps): update dependency testableio.system.io.abstractions.wrappers to ...
  • 5f6b089 fix: Simplify embedding the Microsoft.TestPlatform.Portable nupkg (#3105)
  • 957cf46 chore(deps): update dependency yamldotnet to 16.2.0 (#3104)
  • 146673a chore(deps): update dependency testableio.system.io.abstractions.testinghelpe...
  • 41b867b Publish
  • 96d7c8c fix(top-level statements): Fix issue with global statements (#3087)
  • b7f9cca feat(nuget): Make nuget restore errors non fatal (#3072)
  • 4ba906b feat(Mutators): Add Collection Expression Mutator (#3082)
  • b3f0ef0 fix(embedded resources): Use concurrent dictionnary for resource cache (#3095)
  • 0aafb7f chore(deps): update dependency testableio.system.io.abstractions.wrappers to ...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from hwinther as a code owner November 12, 2024 02:06
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 12, 2024
Copy link

github-actions bot commented Nov 12, 2024

✅ Build successful

Copy link

github-actions bot commented Nov 12, 2024

Summary

Summary
Generated on: 11/13/2024 - 22:30:49
Coverage date: 11/13/2024 - 22:30:48
Parser: MultiReport (2x Cobertura)
Assemblies: 1
Classes: 26
Files: 25
Line coverage: 85.1% (648 of 761)
Covered lines: 648
Uncovered lines: 113
Coverable lines: 761
Total lines: 1729
Branch coverage: 66.2% (53 of 80)
Covered branches: 53
Total branches: 80
Method coverage: Feature is only available for sponsors

Coverage

WebApi - 85.1%
Name Line Branch
WebApi 85.1% 66.2%
WebApi.Attributes.DefineConstantsAttribute 100%
WebApi.Controllers.BloggingController 100% 100%
WebApi.Controllers.SendMessageController 100%
WebApi.Controllers.ServiceController 100%
WebApi.Controllers.WeatherForecastController 100%
WebApi.Database.Blog 100%
WebApi.Database.BlogConfiguration 100%
WebApi.Database.BloggingContext 100%
WebApi.Database.Post 100%
WebApi.Database.PostConfiguration 100%
WebApi.Entities.BlogDto 100% 100%
WebApi.Entities.GenericValue`1 100%
WebApi.Entities.PostDto 100% 100%
WebApi.Entities.VersionInformation 100%
WebApi.Entities.WeatherForecast 100%
WebApi.Filters.ValidateModelAttribute 0% 0%
WebApi.Messaging.MessageReceiver 57.6% 20%
WebApi.Messaging.MessageSender 67.9% 37.5%
WebApi.Messaging.RabbitMqHelper 62% 50%
WebApi.Middleware.ExceptionHandlingMiddleware 0% 0%
WebApi.Middleware.ProduceResponseTypeModelProvider 94.4% 75%
WebApi.Migrations.AddBlogMaxLength 82%
WebApi.Migrations.AddBlogTitleField 93.9%
WebApi.Migrations.BloggingContextModelSnapshot 100%
WebApi.Migrations.InitialMigration 94.2%
WebApi.Repository.BloggingRepository 100% 100%
success

Copy link

github-actions bot commented Nov 12, 2024

Code Coverage

Package Line Rate Branch Rate Health
WebApi 85% 66%
Summary 85% (648 / 761) 66% (53 / 80)

@dependabot dependabot bot force-pushed the dependabot/nuget/src/backend/dev/dotnet-stryker-4.4.1 branch 2 times, most recently from 91a1ccb to a6489e6 Compare November 13, 2024 22:27
Bumps [dotnet-stryker](https://github.com/stryker-mutator/stryker-net) from 4.3.0 to 4.4.1.
- [Changelog](https://github.com/stryker-mutator/stryker-net/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-net/compare/[email protected]@4.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@hwinther hwinther force-pushed the dependabot/nuget/src/backend/dev/dotnet-stryker-4.4.1 branch from a6489e6 to 7a9d592 Compare November 13, 2024 22:29
@hwinther hwinther merged commit 4ba9b4c into dev Nov 13, 2024
3 of 4 checks passed
@hwinther hwinther deleted the dependabot/nuget/src/backend/dev/dotnet-stryker-4.4.1 branch November 13, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 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.

1 participant