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

Validation engine refactorings #77

Closed martinmaillard closed 2 years ago

martinmaillard commented 2 years ago

In preparation for some improvements

codecov-commenter commented 2 years ago

Codecov Report

Merging #77 (82bea2a) into master (80aa9e4) will increase coverage by 0.23%. The diff coverage is 96.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   97.15%   97.38%   +0.23%     
==========================================
  Files          12       12              
  Lines         703      689      -14     
==========================================
- Hits          683      671      -12     
+ Misses         20       18       -2     
Impacted Files Coverage Δ
src/validation-engine.js 93.87% <96.59%> (+0.66%) :arrow_up:
src/shapes-graph.js 100.00% <100.00%> (ø)
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 80aa9e4...82bea2a. Read the comment docs.