Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Missing array type in error messages for type validators containing multiple values #217

Merged
merged 1 commit into from
May 5, 2021

Conversation

Stranger6667
Copy link
Owner

Fixes #216

@codecov
Copy link

codecov bot commented May 5, 2021

Codecov Report

Merging #217 (81ca4f7) into master (2c399ac) will increase coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head 81ca4f7 differs from pull request most recent head 8359633. Consider uploading reports for the commit 8359633 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #217      +/-   ##
==========================================
+ Coverage   82.77%   82.84%   +0.06%     
==========================================
  Files          53       53              
  Lines        3571     3585      +14     
==========================================
+ Hits         2956     2970      +14     
  Misses        615      615              
Impacted Files Coverage Δ
jsonschema/src/primitive_type.rs 87.65% <100.00%> (+2.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c399ac...8359633. Read the comment docs.

@Stranger6667 Stranger6667 merged commit 249422e into master May 5, 2021
@Stranger6667 Stranger6667 deleted the dd/error-messages branch May 5, 2021 10:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array type is not displayed in the error message when multiple types are present in the type validator
1 participant