Skip to content

upgrade codecov action to v7#54

Merged
chrisdicaprio merged 2 commits into
mainfrom
chore/update-codecov
Jun 10, 2026
Merged

upgrade codecov action to v7#54
chrisdicaprio merged 2 commits into
mainfrom
chore/update-codecov

Conversation

@chrisdicaprio

Copy link
Copy Markdown
Collaborator

upgrade to codecov v7. v5 was often failing to get GPG key

@chrisdicaprio chrisdicaprio requested review from chrisbc and voj June 9, 2026 01:34
yarn set version berry was upgrading to the latest yarn (now 4.16.0), which
generates lockfile format version 10. The existing lockfiles are version 9
(matching packageManager: yarn@4.14.1). This caused yarn install --immutable
to fail on every PR.

With corepack enabled, yarn uses the version pinned in packageManager directly,
so the set-version step is unnecessary.

Also gitignore PnP artifacts (.pnp.cjs, .yarn/) for both sample projects.

@chrisbc chrisbc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM @chrisdicaprio - assuming the berry version update is now redundant

@chrisdicaprio chrisdicaprio merged commit c524657 into main Jun 10, 2026
28 checks passed
@chrisdicaprio chrisdicaprio deleted the chore/update-codecov branch June 10, 2026 01:06
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