Closed Integral closed 5 years ago
Merging #1184 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1184 +/- ##
==========================================
+ Coverage 86.28% 86.29% +<.01%
==========================================
Files 399 398 -1
Lines 8933 8931 -2
==========================================
- Hits 7708 7707 -1
+ Misses 1225 1224 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/article/shared/SwitchViewCommand.js | 87.5% <ø> (ø) |
|
src/TextureConfigurator.js | 85.52% <ø> (+0.34%) |
:arrow_up: |
src/article/editor/EditorPackage.js | 100% <100%> (ø) |
:arrow_up: |
src/article/metadata/MetadataPackage.js | 100% <100%> (ø) |
:arrow_up: |
src/article/shared/ArticleToolbarPackage.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 45e4232...ff7154d. Read the comment docs.
As discussed in #1137 we want to rename Metadata to Details in view switch dropdown. We also wanted to remove old way of view switching registration and split it to commands registering in editor and metadata packages and to separated toolbar definition where we have labels and icons as well.