Closed zd42 closed 6 years ago
Merging #8 into master will decrease coverage by
1.92%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
- Coverage 58.98% 57.06% -1.93%
==========================================
Files 6 6
Lines 178 184 +6
==========================================
Hits 105 105
- Misses 73 79 +6
Impacted Files | Coverage Δ | |
---|---|---|
sphinxcontrib_django/docstrings.py | 41.48% <0%> (-1.93%) |
: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 8099c44...aa5d5c6. Read the comment docs.
Handle that Django related_models sometimes are strings, i.e. when using
my_field = ForeignKey('MyModel')
rather than something like,