Skip to content

fix(#967): trigger codecov workflow on pull requests#1010

Open
ext11n7 wants to merge 1 commit into
objectionary:masterfrom
ext11n7:967-codecov-pr
Open

fix(#967): trigger codecov workflow on pull requests#1010
ext11n7 wants to merge 1 commit into
objectionary:masterfrom
ext11n7:967-codecov-pr

Conversation

@ext11n7

@ext11n7 ext11n7 commented Jul 2, 2026

Copy link
Copy Markdown

This PR fixes #967.

The codecov workflow was configured to run only on pushes to master, which meant pull requests were not getting coverage checks.

In this PR, I added the pull_request trigger for the master branch in .github/workflows/codecov.yml.

As a result, Codecov will now run for pull requests as well, so coverage changes can be validated before merge.

Closes #967

@github-actions github-actions Bot added the core Changes are made to core parts of the code base label Jul 2, 2026
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes are made to core parts of the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

codecov workflow runs only on master push, missing pull_request trigger

1 participant