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 for ApiDescriptionProvider throws NRE #3280

Merged

Conversation

EvgeniyZ
Copy link
Contributor

The issue or feature being addressed

Fixes #3278

add null check for type, add test
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.52%. Comparing base (1842380) to head (f136298).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3280   +/-   ##
=======================================
  Coverage   83.52%   83.52%           
=======================================
  Files          76       76           
  Lines        3210     3210           
  Branches      556      556           
=======================================
  Hits         2681     2681           
  Misses        529      529           
Flag Coverage Δ
Linux 83.52% <100.00%> (ø)
Windows 83.52% <100.00%> (ø)
macOS 83.52% <100.00%> (ø)

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.

@martincostello martincostello added this to the v7.3.1 milestone Feb 27, 2025
@martincostello martincostello merged commit 4bac05b into domaindrivendev:master Feb 27, 2025
9 checks passed
@martincostello
Copy link
Collaborator

Thanks for fixing!

@stefannikolei
Copy link

Ty

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.

[Bug]: ApiDescriptionProvider throws Exception
4 participants