Closed alejgh closed 4 years ago
Merging #58 into master will increase coverage by
0.55%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #58 +/- ##
==========================================
+ Coverage 97.54% 98.08% +0.55%
==========================================
Files 15 15
Lines 689 728 +39
==========================================
+ Hits 672 714 +42
+ Misses 17 14 -3
Impacted Files | Coverage Δ | |
---|---|---|
hercules_sync/triplestore/__init__.py | 100.00% <100.00%> (ø) |
|
hercules_sync/triplestore/triple_info.py | 99.37% <100.00%> (+2.68%) |
:arrow_up: |
hercules_sync/triplestore/wikibase_adapter.py | 100.00% <100.00%> (ø) |
|
hercules_sync/util/uri_constants.py | 100.00% <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 1223077...5b26b3d. Read the comment docs.
Closes #46.
We have decided to use the UID generated by RDFLib to identify each blank node. Additional information about the solution, its benefits and drawbacks has been added to the documentation.