zazuko / rdf-validate-shacl

Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
MIT License
98 stars 13 forks source link

Provide nested results of sh:node via sh:detail #82

Closed martinmaillard closed 2 years ago

martinmaillard commented 2 years ago

Provide nested results of sh:node using sh:detail of root ValidationResult.

codecov-commenter commented 2 years ago

Codecov Report

Merging #82 (4320e9a) into master (1523212) will increase coverage by 0.03%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   97.39%   97.42%   +0.03%     
==========================================
  Files          12       12              
  Lines         690      700      +10     
==========================================
+ Hits          672      682      +10     
  Misses         18       18              
Impacted Files Coverage Δ
src/validation-engine.js 94.26% <96.87%> (+0.38%) :arrow_up:

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 1523212...4320e9a. Read the comment docs.