ci: fix CI badge URL → JuliaData + add codecov.yml#71
Merged
Conversation
- README: point the CI badge at JuliaData (it still pointed at JuliaComputing, working only via redirect since the org move). - .github/codecov.yml: report coverage as informational (never blocks CI) + comment on PRs that change coverage. A coverage badge is deferred: Codecov still tracks the package under the old JuliaComputing path (63%) and shows nothing under JuliaData, so a badge would render 'unknown' until the move is reconciled on Codecov. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
You should have admin now. |
5 tasks
Collaborator
Author
|
Partial solution to #73 — this covers the two tasks that don't need Codecov-side access:
The remaining work (Codecov GitHub-App access + upload token, then the |
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.
JuliaData/XML.jl— it still pointed atJuliaComputing(working only via redirect since the move)..github/codecov.yml: coverage reported as informational (never blocks CI) + a PR comment when coverage changes.A coverage badge is deferred to a follow-up: Codecov still tracks the package under the old
JuliaComputingpath (63%) and has no data underJuliaData, so a badge would render "unknown" until that's reconciled — see below.@ViralBShah — two Codecov items need admin:
JuliaComputing/XML.jl(63% coverage);JuliaData/XML.jlhas no data, so uploads/badges don't land there.CODECOV_TOKENrepo secret — CI passes no token tocodecov-action@v7, so uploads can intermittently rate-limit (the step still exits green, masking it).With both, uploads land under JuliaData and a coverage badge will render a real number.