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

.codecov.yml not detected #229

Closed
holgerteichgraeber opened this issue Jul 1, 2019 · 4 comments
Closed

.codecov.yml not detected #229

holgerteichgraeber opened this issue Jul 1, 2019 · 4 comments

Comments

@holgerteichgraeber
Copy link

I am trying to ignore a folder in my repository from coverage.

The .codecov.yml I have added to the root of my project (https://github.com/holgerteichgraeber/ClustForOpt.jl/tree/testing ) seems not to be recognized, codecov.io still counts the folder that I want to be ignored.
Any thoughts on this are appreciated, thank you.

https://codecov.io/gh/holgerteichgraeber/ClustForOpt.jl/tree/testing/src/clustering/shape_based

@fingolfin
Copy link
Member

Sounds like a bug in codecov (I have had the exact same issue before). You'll need to raise that with their support, I guesd

@DilumAluthge
Copy link
Member

For what it's worth, the only way that I have been able to get CodeCov to recognize my configuration file is to name it codecov.yml (i.e. no leading dot).

When I name it codecov.yml, CodeCov seems to recognize it without any problems.

Can you try renaming your file from .codecov.yml to codecov.yml and see if that works?

@fingolfin
Copy link
Member

Thousands of projects use .codecov.yml; whatever it was that fixed your project, I doubt it was the filename.

But codecov is indeed having issues recently. Eg currently, PR comments by Codecov sometimes take several days (!) to arrive for us.

@fingolfin
Copy link
Member

Anyway, this is not an issue caused by or fixable by Coverage.jl. Please contact the Codecov support instead.

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