You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR changes 3 files related to Serilog, but Codecov is reporting 19 Impacted Files from unrelated projects! (Codecov)
SCREENSHOT: CODECOV FOR PR 3546
Two things stand out to me...
Codecov is reporting all the files that I recently increased coverage to 100%. (PR 3476)
The reason for this is that 3546 was forked off an earlier version of main, before 3476 was merged.
I think it's safe to ignore these as they should be omitted from future PRs, or if the current PR is rebased.
SCREENSHOT: COMMIT IDs
Codecov shows the base commit (a789bc0):
Commit history:
There are a few EventSource classes in this report!
This is reporting that some methods were added to coverage, and some were removed.
The current theory is that some of our functional/integration tests are experiencing concurrency issues and executing different blocks during their tests.
Next Steps
Can Codecov be configured to compare PRs against the current head of main?
Currently comparing from where a PR was branched creates noise in PRs.
Monitor which files are showing up in Codecov Reports for future investigations.
There may be a bug in either the test or the product code.
If these were 100% covered by dedicated unit tests, they shouldn't show up in the variability of other tests.
Consider removing Integration Tests from Codecov.
Assuming these are the source of the variability, this would help reduce noise in PRs.
The text was updated successfully, but these errors were encountered:
Shared my findings in today's SIG meeting (2022-08-09).
Will continue to work to improve code coverage, this will remove some of the variability.
I'll also follow up with Eddy if he knows any better configurations for Codecov.
This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.
I'm investigating why Codecov often reports Impacted Files that are not modified by the PR.
Take this PR as an example: #3546.
This PR changes 3 files related to Serilog, but Codecov is reporting 19 Impacted Files from unrelated projects! (Codecov)
SCREENSHOT: CODECOV FOR PR 3546
Two things stand out to me...
Codecov is reporting all the files that I recently increased coverage to 100%. (PR 3476)
The reason for this is that 3546 was forked off an earlier version of
main
, before 3476 was merged.I think it's safe to ignore these as they should be omitted from future PRs, or if the current PR is rebased.
SCREENSHOT: COMMIT IDs
Codecov shows the base commit (a789bc0):
Commit history:
There are a few EventSource classes in this report!
This is reporting that some methods were added to coverage, and some were removed.
SCREENSHOT: src/OpenTelemetry/Internal/OpenTelemetrySdkEventSource.cs
SCREENSHOT: src/OpenTelemetry.Exporter.ZPages/Implementation/ZPagesExporterEventSource.cs
SCREENSHOT: src/OpenTelemetry.Exporter.Prometheus.HttpListener/Internal/PrometheusExporterEventSource.cs
The current theory is that some of our functional/integration tests are experiencing concurrency issues and executing different blocks during their tests.
Next Steps
main
?Currently comparing from where a PR was branched creates noise in PRs.
Assuming these are the source of the variability, this would help reduce noise in PRs.
The text was updated successfully, but these errors were encountered: