Skip to content

ProxyTrace should check for tests locations#1494

Merged
sanmai merged 3 commits intoinfection:0.21from
sanmai:pr/2021-03/fix1480
Mar 1, 2021
Merged

ProxyTrace should check for tests locations#1494
sanmai merged 3 commits intoinfection:0.21from
sanmai:pr/2021-03/fix1480

Conversation

@sanmai
Copy link
Member

@sanmai sanmai commented Mar 1, 2021

Fixes #1480

This PR:

@sanmai sanmai enabled auto-merge (squash) March 1, 2021 10:42
@sanmai sanmai requested a review from maks-rafalko March 1, 2021 10:43
{
if ($this->lazyTestLocations === null) {
return [];
}
Copy link
Member Author

Choose a reason for hiding this comment

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

NodeMutationGenerator does not check if there are tests, just asks for them. It is not their call to know the details, so we're doing it here.

@sanmai sanmai merged commit 31e13ed into infection:0.21 Mar 1, 2021
@sanmai sanmai deleted the pr/2021-03/fix1480 branch March 1, 2021 11:04
@sanmai
Copy link
Member Author

sanmai commented Mar 1, 2021

Ow, how did it automerge without a review?

@sanmai
Copy link
Member Author

sanmai commented Mar 1, 2021

I guess we're all set then!

@maks-rafalko
Copy link
Member

Ow, how did it automerge without a review?

this is because the target is 0.21, not master, and we didn't have "Require approves to merge" setting for 0.* branches. Fixed.

Thank you @sanmai

maks-rafalko pushed a commit that referenced this pull request Mar 1, 2021
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

Comments