@Daverball I've ran into an irritating bug.
If the environment variable, CODECOV_TOKEN is set, even to an empty string, this package will cause upload to ALWAYS be attempted (resulting in failure when the token is not set).
My expectation is that this should only happen if I explicitly pass --codecov (or maybe --codecov-token) as a CLI option. I do not expect the upload to be attempted if I don't pass this.
Right now, the only way I can avoid upload is by explicitly unsetting the environment variable (even setting to empty string is not enough)!