-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[CI] Determine why codecov.io is reporting ~50% coverage instead of ~70% #4563
Comments
@scottbell to investigate |
This PR in particular reduced coverage ~13%: |
I wonder if just adding some code coverage here: |
One thing @unlikelyzero would like me to check is if istanbul is busted, and what it is doing with test files themselves for test coverage. |
Our istanbul config may need to be modified to ignore our spec files |
Good find! |
@unlikelyzero found the answer. We were excluding To remedy, I think we should make exclusions & inclusions primarily in |
@scottbell can you add some testing note? Thanks! |
To test, ensure Codecov is reporting the lower 56% number for code coverage, which should be what istanbul is reporting too. |
Verified Fixed |
Summary
After #4561 we're reporting at 53%. Let's investigate why.
Also, need to learn about #4605 (comment)
The text was updated successfully, but these errors were encountered: