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
96 stars 13 forks source link

Do not use "<" or ">" in validation messages #49

Closed martinmaillard closed 3 years ago

martinmaillard commented 3 years ago

Fix #45

codecov-io commented 3 years ago

Codecov Report

Merging #49 (a98ab08) into master (fa06244) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   96.75%   96.75%           
=======================================
  Files          14       14           
  Lines         679      679           
=======================================
  Hits          657      657           
  Misses         22       22           
Impacted Files Coverage Δ
src/validators-registry.js 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 fa06244...a98ab08. Read the comment docs.