-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The yml
optional input doesn't seem to be working
#51
Comments
I do have the same issue with my repository. https://github.com/creekorful/wks |
@ibrahim0814 do you have any idea about what could cause this error? |
Hi all, It seems that specifying the codecov yaml anywhere except for the root of the repo has caused lots of issues for many users. In light of this, I've since removed the Ib |
See codecov/codecov-action#51. Using the `yml` parameter now causes a warning.
remove 'yml' input as per codecov/codecov-action#51
If I add the
codecov.yml
file 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.yml
and 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?
The text was updated successfully, but these errors were encountered: