Closed ZviBaratz closed 3 years ago
Merging #111 (f265aae) into master (56a52b5) will increase coverage by
0.03%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #111 +/- ##
==========================================
+ Coverage 46.63% 46.67% +0.03%
==========================================
Files 182 182
Lines 3388 3394 +6
Branches 313 313
==========================================
+ Hits 1580 1584 +4
- Misses 1786 1788 +2
Partials 22 22
Impacted Files | Coverage Δ | |
---|---|---|
django_mri/serializers/session.py | 77.77% <66.66%> (-1.71%) |
: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 56a52b5...f265aae. Read the comment docs.
Added download links to the Session model's write serializer too so that they are returned in case of patching. Fixes broken download links after patches.