zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
13 stars 2 forks source link

Error messages #1519

Closed giacomociti closed 4 months ago

giacomociti commented 4 months ago

Use a SHACL shape to prevent mixing language and datatype (xsd:string is treated as an exception and silently replaced with rdf:langString to avoid bothering the user with this subtle distinction).

Provide detailed but simple error messages for invalid values of the supported data types (with links to formal specs).

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: aba5441b85ecde445927bc8d2be26d301ea9c905

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ----------------- | ----- | | @cube-creator/cli | Patch | | @cube-creator/ui | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 74.00000% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 74.08%. Comparing base (4a9a139) to head (aba5441). Report is 28 commits behind head on master.

Files Patch % Lines
cli/lib/validation.ts 71.11% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1519 +/- ## ========================================== + Coverage 74.04% 74.08% +0.03% ========================================== Files 223 223 Lines 14994 15060 +66 Branches 838 865 +27 ========================================== + Hits 11103 11157 +54 - Misses 3882 3894 +12 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.