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

Refactorings #61

Closed martinmaillard closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #61 (e00e129) into master (fada8a1) will decrease coverage by 0.00%. The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   96.75%   96.75%   -0.01%     
==========================================
  Files          13       13              
  Lines         679      677       -2     
==========================================
- Hits          657      655       -2     
  Misses         22       22              
Impacted Files Coverage Δ
src/property-path.js 95.71% <95.65%> (-0.12%) :arrow_down:
src/dataset-utils.js 100.00% <100.00%> (ø)
src/shapes-graph.js 100.00% <100.00%> (ø)
src/validators.js 97.12% <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 fada8a1...e00e129. Read the comment docs.