Closed i-oden closed 1 year ago
Merging #1462 (e029629) into dev (190e114) will increase coverage by
0.54%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## dev #1462 +/- ##
==========================================
+ Coverage 89.51% 90.05% +0.54%
==========================================
Files 29 29
Lines 4396 4396
==========================================
+ Hits 3935 3959 +24
+ Misses 461 437 -24
Files Changed | Coverage Δ | |
---|---|---|
dds_web/database/models.py | 96.18% <100.00%> (ø) |
Before submitting this PR
sto2*
arguments could not be null. It appears that we never set them to nullable in the database when we added thesto4
variables. This PR does that.What type of change(s) does the PR contain?
Checklist
master
branchActions / Scans
black .
locally to execute formatting.npx prettier --write .
locally to execute formatting.