WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.35k stars 197 forks source link

Add Aspire Extension #1109

Open StefH opened 1 month ago

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 91.10512% with 33 lines in your changes missing coverage. Please review.

Project coverage is 85.80%. Comparing base (35d42a5) to head (2340eeb). Report is 179 commits behind head on master.

Files Patch % Lines
...ock.Net.Aspire/DistributedApplicationExtensions.cs 75.00% 6 Missing and 5 partials :warning:
test/WireMock.Net.Aspire.Tests/IntegrationTests.cs 79.41% 7 Missing :warning:
...WireMock.Net.Aspire/WireMockServerLifecycleHook.cs 83.33% 1 Missing and 4 partials :warning:
...Mock.Net.Aspire/WireMockServerBuilderExtensions.cs 93.75% 2 Missing and 2 partials :warning:
src/WireMock.Net.Aspire/WireMockServerArguments.cs 91.66% 3 Missing :warning:
...pire.Tests/WireMockServerBuilderExtensionsTests.cs 96.00% 0 Missing and 2 partials :warning:
...k.Net.Aspire.TestAppHost/WeatherForecastApiMock.cs 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1109 +/- ## =========================================== + Coverage 72.70% 85.80% +13.10% =========================================== Files 215 421 +206 Lines 7741 23579 +15838 Branches 825 0 -825 =========================================== + Hits 5628 20232 +14604 - Misses 1863 2446 +583 - Partials 250 901 +651 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.