Molly Crendraven
Molly Crendraven
duplicate of #61
I spent the weekend going crazy with pytest-cov and Codecov. I can confirm that Codecov walks the `filename=` tags and without a path in them there is not way for...
FWIW, I'm 99% sure this is a dotenv error, if that helps any. I'm afraid I don't have a solution, yet.
@AuthorProxy Get rid of the dotenv code in the plugins section and add this at the top ``` import Dotenv from 'dotenv'; Dotenv.config() ```
It's unclear to me where this occurs. https://github.com/vercel/ms/blob/40fdbd5f03bde1ca09aff2884424f92b41061591/src/index.ts#L94 appears to be the only possible location, is this still an issue?
https://github.com/codecov/codecov-bash/blob/master/codecov#L1349-L1352 It looks like the `clean` flag only removes the uploaded reports.
This may be a bug in the python uploader, or it is handled differently. The bash uploader correctly handles CircleCI build URLs.
HI @Cyberbeni To clarify, you are asking the bash uploader to convert the profdata to lcov for you?
> You must use @istanbuljs/esm-loader-hook to get coverage of node.js native ESM modules with nyc. Is this mentioned in the docs and I missed it? If not, can it please...
:therewasanattempt: