Skip to content

Add basic support for third-party JSON:API extensions: configuration,…

fe4b81a
Select commit
Loading
Failed to load commit list.
Merged

Basic support for third-party JSON:API extensions #1623

Add basic support for third-party JSON:API extensions: configuration,…
fe4b81a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

90.72% (-0.07%) compared to eb2ef95

View this Pull Request on Codecov

90.72% (-0.07%) compared to eb2ef95

Details

Codecov Report

Attention: Patch coverage is 91.62996% with 19 lines in your changes missing coverage. Please review.

Project coverage is 90.72%. Comparing base (eb2ef95) to head (fe4b81a).

Files with missing lines Patch % Lines
...c/JsonApiDotNetCore/Middleware/JsonApiMediaType.cs 92.95% 5 Missing ⚠️
...iDotNetCore/Middleware/JsonApiContentNegotiator.cs 95.29% 2 Missing and 2 partials ⚠️
...c/JsonApiDotNetCore/Middleware/JsonApiExtension.cs 73.33% 3 Missing and 1 partial ⚠️
.../JsonApiDotNetCore/Middleware/JsonApiMiddleware.cs 88.23% 2 Missing and 2 partials ⚠️
src/JsonApiDotNetCore/CollectionExtensions.cs 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1623      +/-   ##
==========================================
- Coverage   90.79%   90.72%   -0.07%     
==========================================
  Files         349      352       +3     
  Lines       11314    11438     +124     
  Branches     1849     1879      +30     
==========================================
+ Hits        10272    10377     +105     
- Misses        682      695      +13     
- Partials      360      366       +6     

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