Skip to content

Conversation

daveshanley
Copy link
Member

Two new helper functions for #120

in the helpers module.

ExtractJSONPathFromValidationError(e *jsonschema.ValidationError) string

and

ExtractJSONPathsFromValidationErrors(errors []*jsonschema.ValidationError) []string

Two new helper functions for #120

in the `helpers` module.

`ExtractJSONPathFromValidationError(e *jsonschema.ValidationError) string`

and

`ExtractJSONPathsFromValidationErrors(errors []*jsonschema.ValidationError) []string`
Copy link

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.72%. Comparing base (1b10bc1) to head (68c031d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
+ Coverage   96.67%   96.72%   +0.05%     
==========================================
  Files          32       33       +1     
  Lines        3455     3511      +56     
==========================================
+ Hits         3340     3396      +56     
  Misses        115      115              
Flag Coverage Δ
unittests 96.72% <100.00%> (+0.05%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daveshanley daveshanley merged commit 76395eb into main May 20, 2025
4 checks passed
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.

1 participant