Codecov orb and circleci

Hi there,

I’m struggling to get the circleci codecov orb to work with my nodejs project.

My circleci config file is at https://github.com/seanoshea/fuzzymatchingjs/blob/develop/.circleci/config.yml is where I’m trying to upload the code coverage information. I’m not sure whether this should be targeting coverage-final.json though & can’t seem to find docs on it?

https://codecov.io/gh/seanoshea/fuzzymatchingjs has all the details on me somewhat flailing around trying to figure this out. At this point, I’m unsure of whether this failure is being caused by invalid paths or targeting the incorrect file in my configuration, so I’m somewhat at a loss here.

Hope someone can point me in the right direction.

Sean