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

Add getter for validation result value #78

Closed martinmaillard closed 2 years ago

martinmaillard commented 2 years ago

Closes #38

codecov-commenter commented 2 years ago

Codecov Report

Merging #78 (57558a6) into master (d894e9c) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   97.38%   97.39%           
=======================================
  Files          12       12           
  Lines         689      690    +1     
=======================================
+ Hits          671      672    +1     
  Misses         18       18           
Impacted Files Coverage Δ
src/validation-report.js 100.00% <100.00%> (ø)

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 d894e9c...57558a6. Read the comment docs.