Skip to content

DO NOT MERGE - temporary Codecov upload diagnostic - #214

Closed
jd-lara wants to merge 1 commit into
mainfrom
jd/codecov-diagnostic
Closed

DO NOT MERGE - temporary Codecov upload diagnostic#214
jd-lara wants to merge 1 commit into
mainfrom
jd/codecov-diagnostic

Conversation

@jd-lara

@jd-lara jd-lara commented Jul 30, 2026

Copy link
Copy Markdown
Member

Temporary diagnostic to determine why Codecov rejects coverage uploads. Do not merge — close when the coverage upload is fixed.

Adds a throwaway workflow that uploads a one-line synthetic lcov report so each auth variant completes in seconds instead of waiting on the 30-minute test suite.

This PR exists to test whether Codecov's tokenless upload path requires a pull_request event context. All prior probes ran on branch pushes.

Findings so far, against Sienna-Platform/PowerOperationsModels.jl:

Variant Result
token + explicit / auto / lowercased slug 404 Repository not found
action v5 / v6 / v7 + token 404 Repository not found
OIDC (v5 and v7) 404 Repository not found
legacy v4 upload endpoint 404, fails at create-commit
token + slug Sienna-Platform/PowerFlows.jl 404 — token reaches no repo in the org
token + slug NREL-Sienna/PowerOperationsModels.jl HTTP 200 accepted
tokenless (after org setting set to "not required") 400 Token required - not valid tokenless upload

The CODECOV_TOKEN org secret is a valid token for the pre-transfer NREL-Sienna org. A token authorizes an owner, not a repo, so any Sienna-Platform/* slug is reported as "Repository not found".

@jd-lara

jd-lara commented Jul 30, 2026

Copy link
Copy Markdown
Member Author

Diagnostic complete. Findings recorded in the PR description; tokenless was ruled out under both push and pull_request events. Closing — the fix requires a valid Sienna-Platform upload token.

@jd-lara jd-lara closed this Jul 30, 2026
@jd-lara
jd-lara deleted the jd/codecov-diagnostic branch July 30, 2026 06:01
@github-actions

Copy link
Copy Markdown

Performance Results

Version Precompile Time
Main 2.92838246
This Branch 2.876393617
Version Build Time
Main-Build Time Precompile 85.417686848
Main-Build Time Postcompile 1.272403991
This Branch-Build Time Precompile 83.386683327
This Branch-Build Time Postcompile 1.270511714
Version Solve Time
Main-Solve Time Precompile 405.204416309
Main-Solve Time Postcompile 373.098156153
This Branch-Solve Time Precompile 2053.323636487
This Branch-Solve Time Postcompile 2020.853569891

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant