Closed mimischi closed 6 years ago
Merging #218 into develop will increase coverage by
0.05%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## develop #218 +/- ##
===========================================
+ Coverage 80.99% 81.04% +0.05%
===========================================
Files 12 12
Lines 505 517 +12
===========================================
+ Hits 409 419 +10
- Misses 96 98 +2
Impacted Files | Coverage Δ | |
---|---|---|
geomat/stein/admin.py | 81.96% <100%> (+0.3%) |
:arrow_up: |
geomat/stein/forms.py | 89.47% <84.61%> (-10.53%) |
:arrow_down: |
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 c3494f5...e031ae3. Read the comment docs.
We now have a live preview for the
chemical_formula
field in the Django admin using MathJax and VueJS.Changelog
chemical_formula
field now has a live preview, when editing MineralType objects. We're using VueJS here.akiyah
.