Closed jrycw closed 2 months ago
I'm curious why codecov bot isn't running for this PR?
I'm curious why codecov bot isn't running for this PR?
I looked into our project configuration in the codecov site and saw nothing that requires attention. This might be a rare miss from codecov (maybe due to services being down). I'll see if this can be reported to them however.
Related issues: #391, #440
This PR aims to refine
GT.save()
in three areas:Path().suffix
to check the file extension.window_size
directly instead of using indexing.encoding
parameter, defaulting toutf-8
for writing temporary files.I'm not entirely sure if
utf-8
is the ideal fix for all users, but I believe it's the best default for most. Let's start withutf-8
and adjust over time if needed.