I am new bee in the codecov implementation. I am implementing codecov for my android library. I have read the codecov documentation, I have added the "Jococo" plugin in gradle. Locally everything working perfect, On the bitrise also Jococo gradlew commands working fine.
I have added codecov.yml file in my main directory and bitrise log is also saying yml detected. But I have added ignore command in that file which is not at all working.
codecov:
token: "my_token"
ignore:
- "app/src/main"