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(params): change error messages to include parameter names #171 #427

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dhutchison
Copy link
Collaborator

Fixes #171

Improves error messages to include the names of the parameters which are incorrect.

@dhutchison dhutchison added bug Something isn't working patch A bug, doc or CICD change. labels Feb 18, 2025
@dhutchison dhutchison linked an issue Feb 18, 2025 that may be closed by this pull request
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.59%. Comparing base (042fa5e) to head (ddee276).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #427   +/-   ##
========================================
  Coverage    94.58%   94.59%           
========================================
  Files           12       12           
  Lines          850      851    +1     
  Branches       160      160           
========================================
+ Hits           804      805    +1     
  Misses          25       25           
  Partials        21       21           
Flag Coverage Δ
unit 94.59% <100.00%> (+<0.01%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch A bug, doc or CICD change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix error output for missing parameters and imports
1 participant