Closed ghost closed 4 years ago
Merging #129 into master will decrease coverage by
0.02%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #129 +/- ##
==========================================
- Coverage 48.24% 48.21% -0.03%
==========================================
Files 24 24
Lines 1882 1881 -1
==========================================
- Hits 908 907 -1
Misses 974 974
Impacted Files | Coverage Δ | |
---|---|---|
graphene_django_extras/converter.py | 49.20% <0.00%> (ø) |
|
graphene_django_extras/types.py | 66.00% <100.00%> (-0.12%) |
: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 d33a629...3807247. Read the comment docs.
Fixed bug on using non-paginated fields in
DjangoSerializerType
. Fix for #124