Hi,
I have a problem very similar to this comment (Action recently started giving 400's · Issue #220 · codecov/codecov-action · GitHub).
I recently migrated my open source tool, UpscalerJS, to a monorepo (multiple packages under the /packages directory). Coverage stopped working.
My codecov.yaml is here: https://github.com/thekevinscott/UpscalerJS/blob/master/codecov.yml
I’ve tried to integrate the codecov Github action; that is done here:
However, coverage fails to upload. Here is a verbose example:
I get back the error Invalid request parameters
and a 400 request when trying to upload, and I have no idea why.
Would appreciate any feedback or guidance. I’m not sure if I should be using the GitHub Action, or if there’s a way to make the monorepo work with a simple codecov.yml