Closed kaelspencer closed 3 years ago
Merging #203 (702685e) into maint-3.0 (ba7e590) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## maint-3.0 #203 +/- ##
==========================================
Coverage 76.81% 76.81%
==========================================
Files 11 11
Lines 966 966
Branches 216 216
==========================================
Hits 742 742
Misses 153 153
Partials 71 71
Impacted Files | Coverage Δ | |
---|---|---|
tvnamer/__init__.py | 100.00% <100.00%> (ø) |
|
tvnamer/utils.py | 79.33% <100.00%> (ø) |
Thanks for this! Merged and shall make a new patch release momentarily
I was confused why the tests didn't catch this.. but.. they did! The checks for https://github.com/dbr/tvnamer/commit/e673514b6f72f501904848d9a064621d7bb74abf failed, I just didn't notice (muddied up in failing/passing-again notifications for the non-maint branch)
Now released as tvnamer==3.0.4!
Simple typo fix for self.seriesname. This caused seriesname to be valid for formatting the file name but it had a stale value.
202