Skip to content
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

Closed
rfgamaral opened this issue Jan 24, 2020 · 3 comments
Closed

The yml optional input doesn't seem to be working #51

rfgamaral opened this issue Jan 24, 2020 · 3 comments

Comments

@rfgamaral
Copy link

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?

@creekorful
Copy link

I do have the same issue with my repository. https://github.com/creekorful/wks

@creekorful
Copy link

@ibrahim0814 do you have any idea about what could cause this error?

@ibrahim0814
Copy link
Contributor

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 yml parameter in the latest release of this action. I'm sorry you guys ran into this issue, but the only fix I can recommend is to put that yaml file at the root of the repository and ignore the yml input altogether

Ib

pquentin added a commit to pquentin/urllib3 that referenced this issue Jun 1, 2020
See codecov/codecov-action#51. Using the `yml`
parameter now causes a warning.
marcofavorito added a commit to fetchai/agents-aea that referenced this issue Dec 28, 2020
DavidMinarsch added a commit to fetchai/agents-aea that referenced this issue Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants