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

Generate stryker logs #1742

Closed

Conversation

martincostello
Copy link
Member

Build with the .NET 8 RC2 SDK.
Use new artifacts output.
- Use C#12 collection initializers where relevant.
- Suppress false positives when using `TheoryData`.
- Remove some redundant code analysis suppressions.
Resolve CP0001 and CP0002 warnings with the .NET 8 SDK.
Output stryker log file.
@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (95b217b) 84.56% compared to head (566bee5) 84.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1742      +/-   ##
==========================================
- Coverage   84.56%   84.54%   -0.02%     
==========================================
  Files         307      307              
  Lines        6790     6782       -8     
  Branches     1043     1044       +1     
==========================================
- Hits         5742     5734       -8     
  Misses        839      839              
  Partials      209      209              
Flag Coverage Δ
linux ?
macos 84.54% <72.72%> (-0.02%) ⬇️
windows 84.54% <72.72%> (-0.02%) ⬇️

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

Files Coverage Δ
...Core/CircuitBreaker/CircuitBreakerManualControl.cs 100.00% <100.00%> (ø)
...Core/Hedging/Controller/HedgingExecutionContext.cs 100.00% <100.00%> (ø)
src/Polly.Core/PredicateBuilder.TResult.cs 100.00% <100.00%> (ø)
src/Polly.Core/Registry/ConfigureBuilderContext.cs 100.00% <100.00%> (ø)
src/Polly.Core/ResiliencePipelineBuilderBase.cs 100.00% <100.00%> (ø)
...c/Polly.Core/Utils/Pipeline/ReloadableComponent.cs 100.00% <100.00%> (ø)
...tion/ConfigureResiliencePipelineRegistryOptions.cs 100.00% <100.00%> (ø)
src/Polly/Context.Dictionary.cs 35.89% <100.00%> (ø)
src/Polly/ExceptionPredicates.cs 100.00% <100.00%> (ø)
src/Polly/ResultPredicates.cs 100.00% <100.00%> (ø)
... and 4 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello deleted the stryker-net-2741 branch October 28, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant