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
The coverage links up fine for branch pushes, but never lands in Scrutinizer for pull requests. Is this a bug or is there a different syntax to use for PR's?
The text was updated successfully, but these errors were encountered:
For pull-requests, the commit actually refers to the merge commit. It's a temporary version where your source branch has been merged into the target branch since this is temporary and does not become part of the repository until you actually merge the pull-request, the revision on Scrutinizer might be different than that on Travis.
To circumvent this problem, you can pass both parents of the merge via --parent. This is what the command does when you do not explicitly pass parameters, and allows us to link the data to the correct inspection.
When explicitly specifying the commit hash like so:
The coverage links up fine for branch pushes, but never lands in Scrutinizer for pull requests. Is this a bug or is there a different syntax to use for PR's?
The text was updated successfully, but these errors were encountered: