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

chore: Improve debug representation of validators #70

Merged
merged 1 commit into from
May 21, 2020

Conversation

Stranger6667
Copy link
Owner

Resolves #47

@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #70 into master will increase coverage by 0.23%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   82.31%   82.55%   +0.23%     
==========================================
  Files          45       45              
  Lines        3167     3210      +43     
==========================================
+ Hits         2607     2650      +43     
  Misses        560      560              
Impacted Files Coverage Δ
src/keywords/additional_items.rs 95.00% <100.00%> (-0.17%) ⬇️
src/keywords/additional_properties.rs 86.71% <100.00%> (+0.42%) ⬆️
src/keywords/all_of.rs 93.54% <100.00%> (ø)
src/keywords/any_of.rs 93.10% <100.00%> (ø)
src/keywords/boolean.rs 81.48% <100.00%> (ø)
src/keywords/const_.rs 100.00% <100.00%> (ø)
src/keywords/contains.rs 96.55% <100.00%> (ø)
src/keywords/content.rs 94.39% <100.00%> (ø)
src/keywords/dependencies.rs 95.23% <100.00%> (+0.23%) ⬆️
src/keywords/enum_.rs 95.83% <100.00%> (ø)
... and 26 more

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 415d1fd...b9c9b00. Read the comment docs.

@Stranger6667 Stranger6667 merged commit 3f787ab into master May 21, 2020
@Stranger6667 Stranger6667 deleted the dd/better-debug branch May 21, 2020 10:26
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.

Improve validators debug representation
1 participant