Closed kingosticks closed 3 years ago
Merging #277 (0ac120d) into master (d77a73b) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #277 +/- ##
==========================================
+ Coverage 96.64% 96.67% +0.03%
==========================================
Files 13 13
Lines 1191 1203 +12
==========================================
+ Hits 1151 1163 +12
Misses 40 40
Impacted Files | Coverage Δ | |
---|---|---|
mopidy_spotify/playback.py | 100.00% <100.00%> (ø) |
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 d77a73b...0ac120d. Read the comment docs.
There is still https://github.com/mopidy/mopidy-spotify/pull/277/files#diff-d09e8ce8f0a316832307028fe46a8319R202 to think about. I think it's actually OK and the None condition is handled by our appsrc.
Haven't noticed your PR before. I'm glad you fixed it and I think your solution should be okay.
After an hour or so on video with @kingosticks live-coding now, we've:
Should be ready to merge as soon as Nick is a bit more awake and confident enough :-)
This is great news! Thank you!
This is #269 with the remaining CI fixes. And also with the held buffer changed from a global to an instance variable as the
music_delivery_callback
tests were no longer doing the right thing.