Closed strangedev closed 6 years ago
Merging #63 into develop will decrease coverage by
<.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## develop #63 +/- ##
==========================================
- Coverage 0.21% 0.21% -0.01%
==========================================
Files 54 54
Lines 1404 1405 +1
Branches 124 124
==========================================
Hits 3 3
- Misses 1277 1278 +1
Partials 124 124
Impacted Files | Coverage Δ | |
---|---|---|
frontend/src/utility/functional.js | 0% <0%> (ø) |
: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 33f99e0...1830624. Read the comment docs.
This resolves #54 .
There's a button in
Dimension.vue
now, which will show a modal for the feature. The modal will also display warnings if:1) The Questions in the Dimension use different ranges 2) There are ShadowQuestions present in the Dimension
This change is