Skip to content

Fix format test for PRs from forks#598

Open
tbody-cfs wants to merge 1 commit into
masterfrom
fix-format-command-checkout
Open

Fix format test for PRs from forks#598
tbody-cfs wants to merge 1 commit into
masterfrom
fix-format-command-checkout

Conversation

@tbody-cfs

Copy link
Copy Markdown
Collaborator

actions/checkout defaulted to https://github.com/boutproject/hermes-3, so it fails to find the PR's head branch when the PR was opened from a fork (e.g. #232).

actions/checkout defaulted to this repository, so it failed to find the
PR's head branch when the PR was opened from a fork (e.g. #232). Explicitly
checkout the PR's head repository.
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.09%. Comparing base (53b62fe) to head (8c6d18e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #598   +/-   ##
=======================================
  Coverage   49.09%   49.09%           
=======================================
  Files          96       96           
  Lines       10037    10037           
  Branches     1452     1452           
=======================================
  Hits         4928     4928           
  Misses       4604     4604           
  Partials      505      505           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant