codecov / engineering-team

This is a general repo to use with GH Projects
1 stars 0 forks source link

Codecov misses files when paths have names that are repeated #1646

Open rohan-at-sentry opened 3 weeks ago

rohan-at-sentry commented 3 weeks ago

Describe the bug Whenever we encounter files with paths that have names that are repeated (some examples will follow below), codecov's path fixing/matching pieces do not gracefully handle that condition, causing coverage for those files to be missing from Codecov's reporting entirely.

Expected behavior Files with coverage should show on Codecov Screenshots If applicable, add screenshots to help explain your problem.

Environments Customers reporting this have been using Kotlin/Java, but we're not entirely sure if this is a Java/Kotlin only problem.

Additional context Linked Issues