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

Use OasReader library for loading OAS documents with external references #267

Merged
merged 15 commits into from
Jan 7, 2024

Conversation

christianhelle
Copy link
Owner

The changes here refactors the way OAS documents are loaded if they have external references.

@christianhelle christianhelle self-assigned this Jan 6, 2024
@christianhelle christianhelle added the enhancement New feature, bug fix, or request label Jan 6, 2024
Copy link

codecov bot commented Jan 6, 2024

Codecov Report

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

Comparison is base (e542d71) 98.30% compared to head (c224f6b) 97.41%.
Report is 8 commits behind head on main.

Files Patch % Lines
src/Refitter.Core/OpenApiDocumentFactory.cs 46.87% 17 Missing ⚠️
src/Refitter.Core/ParameterExtractor.cs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
- Coverage   98.30%   97.41%   -0.89%     
==========================================
  Files          60       60              
  Lines        2060     2086      +26     
==========================================
+ Hits         2025     2032       +7     
- Misses         18       37      +19     
  Partials       17       17              
Flag Coverage Δ
unittests 97.41% <59.09%> (-0.89%) ⬇️

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

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

Copy link

sonarcloud bot commented Jan 6, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@christianhelle christianhelle merged commit a2a89aa into main Jan 7, 2024
738 of 740 checks passed
@christianhelle christianhelle deleted the multi-file-oas branch January 7, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant