Closed Integral closed 5 years ago
Merging #1188 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1188 +/- ##
==========================================
+ Coverage 86.31% 86.32% +<.01%
==========================================
Files 398 398
Lines 8939 8945 +6
==========================================
+ Hits 7716 7722 +6
Misses 1223 1223
Impacted Files | Coverage Δ | |
---|---|---|
src/article/ArticleAPI.js | 97.05% <100%> (+0.02%) |
:arrow_up: |
src/article/models/Figure.js | 100% <100%> (ø) |
:arrow_up: |
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 4949ccd...3f133b4. Read the comment docs.
As it was described in #1163 we wanted to be able to replicate structure of sub-figures using first as template.
This PR contains the implementation of replication, but only for metadata fields. Potentially it could be easily expanded to other fields.