How to fail CI build if Codecov not met?

I am using Codecov step in my workflow (the one verified by Bitrise).
I could get it into work and I am able to see generated data on Codecov.io.

I am wondering is there any way to fail Bitrise build process if minimum requirement that has set in Codecov not met?
Thanks

You should contact codecov about this, all the step does is:

  1. Download the official codecov (bash) integration script
  2. Run it

That’s all. If that script exits with a non zero exit code, the step will fail. If exits with a 0 exit code, it won’t.