Closed devdanzin closed 1 year ago
Merging #215 (ba62ad6) into master (b342a1c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #215 +/- ##
=======================================
Coverage 95.83% 95.83%
=======================================
Files 25 25
Lines 1346 1346
Branches 287 287
=======================================
Hits 1290 1290
Misses 32 32
Partials 24 24
Files Changed | Coverage Δ | |
---|---|---|
src/wily/commands/graph.py | 100.00% <ø> (ø) |
thanks!
When #205 landed, we stopped setting
z_axis
toNone
, but still test it against beingNone
. This causes thesize
ofmarker
to be an empty list instead of zero, hiding graph markers. This tiny PR fixes that.Before:
After: