fix: restore coverage workflow and README badges - #6
Merged
bbuchsbaum merged 1 commit intoAug 28, 2026
Merged
bbuchsbaum merged 1 commit into
bbuchsbaum merged 1 commit into
Conversation
Restore the missing portfolio coverage-badge gate with a covr-based GitHub Actions workflow and Codecov/Actions badges, without changing existing quality or scientific validation jobs. Co-authored-by: bbuchsbaum <bbuchsbaum@users.noreply.github.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
bbuchsbaum
marked this pull request as ready for review
August 28, 2026 11:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Repairs the portfolio
coverage-badgegate for #5 by restoring missing coverage evidence without changing package APIs or existing scientific/test gates..github/workflows/test-coverage.yamlusing the current portfolio template:actions/checkout@v6, pinnedcodecov/codecov-action@fb8b358…(v7),actions/upload-artifact@v7id-token: write,use_oidc: true, noCODECOV_TOKEN);fail_ci_if_error: trueso a broken public Codecov link fails the gatefiles,plugins); covr coverage + Cobertura retained; overall percent printed in the job logtest-coverageand Codecovquality(R CMD check / scale budgets), PCNtoolkit validation, real-cohort validation, and Starlight docs unchangedMotivation
Issue #5 reports coverage workflow state
missingon default-branch SHAcf17f20. Hosted evidence must turn green after merge.Hosted evidence (head
aea9ebb)test-coverageworkflow: passed (OIDC Codecov upload succeeded)codecov/projectandcodecov/patchpassedR package qualitymatrix: passed (ubuntu release/oldrel, macOS release, Windows release) plus scale smoke budgetsOut of scope
Issue #5 intentionally left open until the portfolio monitor verifies the merged default-branch SHA and hosted badge/workflow evidence. This PR is ready for review and should not be merged by the agent.
Testing