You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
CircleCI should show test results of a prospective merge. A PR shouldn't "pass" unless the proposed merge also passes.
Current Behavior
Given a PR proposing a merge of compare into base, CI only shows results of the compare branch on its own, ignoring the base branch. If the compare branch has not recently merged base into itself, then CI could pass a PR that causes base to start failing.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
CircleCI should show test results of a prospective merge. A PR shouldn't "pass" unless the proposed merge also passes.
Current Behavior
Given a PR proposing a merge of
compare
intobase
, CI only shows results of thecompare
branch on its own, ignoring thebase
branch. If thecompare
branch has not recently mergedbase
into itself, then CI could pass a PR that causesbase
to start failing.Possible Solution
It looks like CircleCI is the only CI/CD tool that doesn't support this out of the box. We can try this workaround: https://discuss.circleci.com/t/show-test-results-for-prospective-merge-of-a-github-pr/1662/14
The text was updated successfully, but these errors were encountered: