-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
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 |
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 When I name it Can you try renaming your file from |
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. |
Anyway, this is not an issue caused by or fixable by Coverage.jl. Please contact the Codecov support instead. |
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
The text was updated successfully, but these errors were encountered: