Custom Codecov step parameter

Is there a way to customize Codecov step to ignore certain directories, like the Pods/ or provide a custom codecov.yml file?

It seems the related option is: -J 'YourProjectName'

https://github.com/codecov/example-swift/issues/11

You can set this as the Additional options for Codecov call option of the Codecov step.

If you’d have any questions just let us know!

I tried that but it seems it ignores the option.

Also When going to the actually codecov site and looking at the repo, it only has the Pod files and not the actually source files. Any reason for that?

Please ask this from them, we’re not involved in the development of codecov, our step is only a very light integration which just gets their integration script and runs it. Please contact the codecov support, I’m sure they’ll be able to help quickly!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.