Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json ld serialization updated #90

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

thomas-topway-it
Copy link
Contributor

rebased version of #80
(adds json-ld serialization using https://github.com/easyrdf/easyrdf from SMW's standard RDF serialization)

see also easyrdf/easyrdf#408

composer.json Outdated
@@ -28,7 +28,10 @@
},
"require": {
"php": ">=7.4",
"composer/installers": ">=1.0.1"
"composer/installers": ">=1.0.1",
"mediawiki/semantic-media-wiki": "~3.1|~4.0|~5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this please. It’s unneeded and could be why ci is failing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 5.88235% with 32 lines in your changes missing coverage. Please review.

Project coverage is 83.40%. Comparing base (02b2ca2) to head (71a6a01).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/JsonLDSerializer.php 0.00% 30 Missing ⚠️
src/HookRegistry.php 50.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master      #90       +/-   ##
=============================================
- Coverage     97.35%   83.40%   -13.95%     
- Complexity       67       80       +13     
=============================================
  Files             6        7        +1     
  Lines           189      223       +34     
=============================================
+ Hits            184      186        +2     
- Misses            5       37       +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomas-topway-it
Copy link
Contributor Author

@paladox any update about this ?

@paladox
Copy link
Contributor

paladox commented Jan 15, 2025

Oh, I'm leaving this to @JeroenDeDauw (or anyone who maintains this extension?) since this is a new feature and I'm not too familiar with the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants