README: add CI + coverage badges#14
Merged
Merged
Conversation
* Per-workflow status badges for the two existing per-crate CI
pipelines (release-manager, mina-bench-upload) and the new
coverage workflow that #12 introduces.
* Overall Codecov badge plus three per-flag badges, one for each
in-tree Rust crate. The flags are defined in #12's codecov.yml
so they go live the moment that PR lands.
The badges resolve as broken images until #12 merges and the first
coverage run uploads to Codecov, but they're worth landing alongside
the README rewrite so we don't have to revisit it. Suggested merge
order in #11's PR body covered this already (#11 → #12 → #13).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Adds CI status + Codecov coverage badges to the top of the new README that landed in #11.
Badges added:
Caveat
The Codecov badges resolve as broken images until #12 merges and its first coverage run uploads to Codecov. They're worth landing in this small standalone PR rather than tangling them up in either #11 (already merged) or #12 (where they'd be tangential to the workflow change).
Test plan
🤖 Generated with Claude Code