-
Notifications
You must be signed in to change notification settings - Fork 276
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] Test coverage information is not completely carried over to codecov #4801
Comments
I just noticed that the |
Output of the
|
I am now trying to see what happens if I use artifact instead of tartifact: #4802 |
The |
Structure of artifacts in #4802:
|
On the PR #4380 I am noticing that the test coverage information that is displayed by codecov does not match the test coverage I see in my local dev environment. On first sight, it seems that the coverage from the
integrationTest
directory is missing.For example:
Coverage reported by codecov for the class
ActionPrivileges
:Coverage reported by Intellij just after running
ActionPriviliegesTest
(inintegrationTest
) :While IntelliJ shows full coverage, codecov shows completely missing coverage.
My current suspicion is that the coverage information from
integrationTest
is not evaluated by codecov. But that's speculation for now, I could not find any clues so far where the issue might come from.The text was updated successfully, but these errors were encountered: