Skip to content

Conversation

@Himess
Copy link

@Himess Himess commented Dec 17, 2025

Summary

  • Remove push and pull_request triggers from coverage workflows
  • Add merge_group trigger to run codecov only in merge queue
  • Keep workflow_dispatch for manual triggering when needed

This reduces CI resource usage by running codecov only when necessary.

Closes #500

Copy link
Member

@emhane emhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@emhane
Copy link
Member

emhane commented Dec 17, 2025

pending @dhyaniarun1993

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at second look, we defo want to revert the changes to this file

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh mb, done !

Himess and others added 2 commits January 6, 2026 11:27
Remove pull_request and push triggers from coverage workflows to reduce
CI resource usage. Codecov will now only run in merge queue or when
manually triggered.

Closes paradigmxyz#500
@emhane emhane force-pushed the ci/restrict-codecov-triggers branch from 98351cd to f1d803f Compare January 6, 2026 10:32
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.64%. Comparing base (01da650) to head (dff880f).
⚠️ Report is 5 commits behind head on unstable.

Additional details and impacted files

Impacted file tree graph
see 89 files with indirect coverage changes

Flag Coverage Δ
e2e 35.64% <ø> (-0.15%) ⬇️
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 53.14% <ø> (ø)
op historical proof 70.78% <ø> (-19.19%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Himess
Copy link
Author

Himess commented Jan 10, 2026

@emhane I think it's ready now.
Could youu review?

@emhane emhane merged commit 345ea23 into op-rs:unstable Jan 13, 2026
48 of 50 checks passed
emhane pushed a commit that referenced this pull request Jan 13, 2026
…513)

## Summary
- Remove `push` and `pull_request` triggers from coverage workflows
- Add `merge_group` trigger to run codecov only in merge queue
- Keep `workflow_dispatch` for manual triggering when needed

This reduces CI resource usage by running codecov only when necessary.

Closes #500
emhane pushed a commit that referenced this pull request Jan 15, 2026
…513)

## Summary
- Remove `push` and `pull_request` triggers from coverage workflows
- Add `merge_group` trigger to run codecov only in merge queue
- Keep `workflow_dispatch` for manual triggering when needed

This reduces CI resource usage by running codecov only when necessary.

Closes #500
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.

Run codecov only in merge queue or manually

2 participants