Skip to content

Convert switch expressions to if statements to improve code coverage

45696f6
Select commit
Loading
Failed to load commit list.
Merged

Improve code coverage by skipping unreachable code #1705

Convert switch expressions to if statements to improve code coverage
45696f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 25, 2025 in 0s

90.75% (+0.34%) compared to fb78af3

View this Pull Request on Codecov

90.75% (+0.34%) compared to fb78af3

Details

Codecov Report

Attention: Patch coverage is 98.65772% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.75%. Comparing base (fb78af3) to head (45696f6).

Files with missing lines Patch % Lines
...e.OpenApi.Swashbuckle/OpenApiEndpointConvention.cs 96.55% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           openapi    #1705      +/-   ##
===========================================
+ Coverage    90.41%   90.75%   +0.34%     
===========================================
  Files          466      466              
  Lines        14434    14451      +17     
  Branches      2283     2293      +10     
===========================================
+ Hits         13050    13115      +65     
+ Misses         933      909      -24     
+ Partials       451      427      -24     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.