chore(coverage): seed tech-radar e2e coverage snapshot (88.13%)#2716
Merged
Conversation
Captured from the passing tech-radar e2e run on PR #2678 (208/236 lines). PR-head uploads don't carry to main across squash-merge, so the seed workflow re-uploads this snapshot to main HEAD under the e2e-tech-radar flag — making the flag show a real report on the default branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
/publish |
Contributor
|
PR action ( |
|
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.



Seeds the tech-radar E2E coverage onto main so the
e2e-tech-radarflag shows a real report on the default branch.Why: the tech-radar e2e passed on #2678 and uploaded 88.13% (208/236 lines) — but to the PR-head commit. PR-head uploads never carry to main across squash-merge (carryforward can't cross a squash), so the flags dashboard (default branch = main) shows the flag with no report. The
seed-coverage-main.yamlworkflow re-uploads committedcoverage-snapshots/*.lcovto main HEAD via the Codecov CLI--sha, which is what makes the number land on main.Snapshot:
coverage-snapshots/tech-radar.lcov— anchored onworkspaces/tech-radar/coverage-anchors/backstage-community.plugin-tech-radar(exists on main).Generated with
scripts/refresh-coverage-snapshot.sh tech-radar <[run-2678](https://redhat.atlassian.net/browse/run-2678) coverage URL>.🤖 Generated with Claude Code