SolidBench / rdf-dataset-fragmenter.js

Fragments an RDF dataset into multiple parts
MIT License
3 stars 8 forks source link

Move tool configs to separate files and bump dependencies #38

Closed surilindur closed 2 days ago

surilindur commented 3 days ago

This is something I ended up doing in the afternoon in preparation for another PR (a small edit), since I realised the project still used v2 of @rubensworks/eslint-config. So here are the changes to:

The unit tests pass, and I ran this version of the fragmenter with SolidBench master branch to make sure that it still works in practice, as well.

Any feedback is welcome. :)

coveralls commented 3 days ago

Pull Request Test Coverage Report for Build 9794017003

Details


Totals Coverage Status
Change from base Build 9755783737: 0.0%
Covered Lines: 883
Relevant Lines: 883

💛 - Coveralls
rubensworks commented 3 days ago

@constraintAutomaton Given your 2 pending PRs, would it be acceptable to you if we merge this PR first? Or do you believe this change will break too much in your PRs?

coveralls commented 2 days ago

Pull Request Test Coverage Report for Build 9795576050

Details


Totals Coverage Status
Change from base Build 9755783737: 0.0%
Covered Lines: 883
Relevant Lines: 883

💛 - Coveralls
constraintAutomaton commented 2 days ago

@constraintAutomaton Given your 2 pending PRs, would it be acceptable to you if we merge this PR first? Or do you believe this change will break too much in your PRs?

I think it is fine if we merge this PR first.

rubensworks commented 2 days ago

It has been done!