Closed vangheem closed 4 years ago
Merging #811 into 5.x will decrease coverage by
0.1%
. The diff coverage is100%
.
@@ Coverage Diff @@
## 5.x #811 +/- ##
=======================================
- Coverage 94.4% 94.4% -<.1%
=======================================
Files 306 306
Lines 27385 27386 +1
=======================================
- Hits 25829 25827 -2
- Misses 1556 1559 +3
Impacted Files | Coverage Δ | |
---|---|---|
guillotina/schema/_bootstrapfields.py | 100% <100%> (ø) |
:arrow_up: |
guillotina/contrib/pubsub/utility.py | 83.2% <0%> (-2.4%) |
:arrow_down: |
guillotina/db/storages/pg.py | 89.4% <0%> (-0.1%) |
:arrow_down: |
With this change, you can do
IField['required'].default = False
to make requiredFalse
by default