Skip to content

chore: migrate coverage push job to ARM runner#243

Merged
JesperTerkelsen merged 1 commit intomainfrom
chore/arm-runner-coverage-push
Feb 23, 2026
Merged

chore: migrate coverage push job to ARM runner#243
JesperTerkelsen merged 1 commit intomainfrom
chore/arm-runner-coverage-push

Conversation

@JesperTerkelsen
Copy link
Member

Summary

  • Migrate push-coverage-to-server job from linux-x64 to linux-arm64
  • This job only downloads a coverage report, installs cloc, and pushes metrics to Dev Lens — no compilation needed
  • ARM runners are 17% cheaper ($0.005/min vs $0.006/min)

Test plan

  • Verify code-coverage-kotlin workflow runs successfully on next trigger
  • Check Dev Lens metrics are pushed correctly

🤖 Generated with Claude Code

The push-coverage-to-server job only runs curl, installs cloc, and
uploads metrics — no compilation. Safe to run on cheaper ARM runner.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@JesperTerkelsen JesperTerkelsen merged commit f9f1ffc into main Feb 23, 2026
1 check passed
@JesperTerkelsen JesperTerkelsen deleted the chore/arm-runner-coverage-push branch February 23, 2026 10:47
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.

2 participants