Skip to content

Upgrade dependency RamlToOpenApiConverter to version 0.40.0 - #1505

Open
StefH wants to merge 3 commits into
masterfrom
RamlToOpenApiConverter
Open

Upgrade dependency RamlToOpenApiConverter to version 0.40.0#1505
StefH wants to merge 3 commits into
masterfrom
RamlToOpenApiConverter

Conversation

@StefH

@StefH StefH commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

@StefH StefH self-assigned this Sep 7, 2026
@StefH StefH added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 30.87%. Comparing base (84f4109) to head (452258b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1505      +/-   ##
==========================================
+ Coverage   30.76%   30.87%   +0.11%     
==========================================
  Files         163      163              
  Lines       42243    42086     -157     
==========================================
  Hits        12996    12996              
+ Misses      28886    28729     -157     
  Partials      361      361              

☔ View full report in Codecov by Harness.
📢 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.

Comment thread src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs Fixed
Comment thread test/WireMock.Net.Tests/OpenApiParser/WireMockOpenApiParserTests.cs Dismissed
{
StatusCode = int.TryParse(openApiResponse?.Key, out var httpStatusCode) ? httpStatusCode : 200,
Headers = MapHeaders(contentType, openApiResponse?.Value.Headers),
Headers = MapHeaders(contentType, openApiResponse?.Value?.Headers),
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant