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

fix: correct OSLC Query result handling #203

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Conversation

berezovskyi
Copy link
Member

Fixes #185

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 55.00000% with 126 lines in your changes missing coverage. Please review.

Project coverage is 45.46%. Comparing base (4096487) to head (e36db74).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...4Net.DotNetRdfProvider/RdfXmlMediaTypeFormatter.cs 54.47% 52 Missing and 9 partials ⚠️
.../OSLC4Net.Client/Oslc/Resources/OslcQueryResult.cs 61.15% 35 Missing and 12 partials ⚠️
...et_SDK/OSLC4Net.Client/Oslc/Resources/OslcQuery.cs 28.00% 12 Missing and 6 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   43.07%   45.46%   +2.38%     
==========================================
  Files         158      158              
  Lines       15899    16019     +120     
  Branches     1177     1194      +17     
==========================================
+ Hits         6849     7283     +434     
+ Misses       8786     8427     -359     
- Partials      264      309      +45     

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

@berezovskyi berezovskyi merged commit 53046d8 into main Oct 18, 2024
6 checks passed
@berezovskyi berezovskyi deleted the b185-multiqueryresp branch October 18, 2024 20:43
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.

Ensure multiple ResponseInfo objects can be handled when querying
1 participant