Closed alejgh closed 4 years ago
Merging #61 into develop will decrease coverage by
0.06%
. The diff coverage is99.11%
.
@@ Coverage Diff @@
## develop #61 +/- ##
===========================================
- Coverage 98.08% 98.03% -0.05%
===========================================
Files 15 15
Lines 728 760 +32
===========================================
+ Hits 714 745 +31
- Misses 14 15 +1
Impacted Files | Coverage Δ | |
---|---|---|
hercules_sync/synchronization/algorithms.py | 100.00% <ø> (ø) |
|
hercules_sync/synchronization/operations.py | 98.08% <96.78%> (-1.92%) |
:arrow_down: |
hercules_sync/synchronization/__init__.py | 100.00% <100.00%> (ø) |
|
hercules_sync/triplestore/triple_info.py | 99.39% <100.00%> (+0.02%) |
:arrow_up: |
hercules_sync/triplestore/wikibase_adapter.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 a583f55...f89aba8. Read the comment docs.
Closes #41.
We have added a new way to perform operations more efficiently with Wikibase. The following features were added:
write
method. We are making as many calls as possible to theupdate
method instead, in order to reduce the writing operations to Wikibase and improve the overall performance.This will unlock the start of #60, where we can illustrate with a visual approach the improvements that have been made.