Problem uploading without good log ( maybe tested file in parent folder)

Hello community!
I have an app with this folder structure:

App

  • UI (here the src code to be tested)
  • test (here jest tests and where I run codecov)
  • docs

The coverage folder printed by jest go /test, as you can see in the codecov log he find 3 reports and upload them.
Btw the Error above.

Hi @odranoelBR, please share a commit SHA here so we can investigate.

Srr @tom for delayed response!
I solved using bash <(curl -s https://codecov.io/bash), the module installed from npm still the same problem.

1 Like