-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Problem
Codecov shows 'unknown coverage' and test analytics are not properly separated from coverage reporting.
Root Cause
-
nextest.toml: Incorrect JUnit XML path causes double-nesting
- Current:
path = "target/nextest/ci/junit.xml" - Creates file at:
target/nextest/ci/target/nextest/ci/junit.xml
- Current:
-
reusable-ci.yml: OIDC authentication may not work without special permissions
- Using
use_oidc: trueinstead of token-based auth - Less reliable for protected branches
- Using
Solution
- Fix nextest.toml: Use
path = "junit.xml"(nextest auto-places in profile dir) - Replace OIDC with token: Use
token: ${{ secrets.CODECOV_TOKEN }} - Enable auto-discovery for test results
Files to Change
.config/nextest.toml.github/workflows/reusable-ci.yml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels