If I add the codecov.yml file to my project root, everything is working fine:
However, adding the file to ./.github/codecov.yml and properly configuring my workflow yml file doesn't seem to be working:
Although the action is saying it found the file, it doesn't seem to be used if you look at codecov.io it will say "No yaml found." and my settings are not being read.
Am I doing something wrong?
If I add the
codecov.ymlfile to my project root, everything is working fine:https://github.com/rfgamaral/github-actions-playground/commit/88710789c0762827db0c361bc77f999b314cc3c8/checks?check_suite_id=418548260
https://codecov.io/gh/rfgamaral/github-actions-playground/commit/88710789c0762827db0c361bc77f999b314cc3c8/build
However, adding the file to
./.github/codecov.ymland properly configuring my workflow yml file doesn't seem to be working:https://github.com/rfgamaral/github-actions-playground/commit/634d90f2d8faa49a53b2e543f40070680991a1f3
https://github.com/rfgamaral/github-actions-playground/commit/634d90f2d8faa49a53b2e543f40070680991a1f3/checks?check_suite_id=418558348
https://codecov.io/gh/rfgamaral/github-actions-playground/commit/634d90f2d8faa49a53b2e543f40070680991a1f3/build
Although the action is saying it found the file, it doesn't seem to be used if you look at codecov.io it will say "No yaml found." and my settings are not being read.
Am I doing something wrong?