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
As discovered through Stryker mutation testing (PR #61), the following changes to pbxProject.prototype.addTargetDependency do not seem to trigger a test failure:
I discovered this while looking at the mutation testing results of PR #56 (watch2 support).
I think we should try to add the missing test coverage soon since this function is used to support the new watch2 functionality. However, I do not think this should block merge of PR #56.
This is also related to #73 (internal pbxProject.prototype.addTargetDependency call not properly tested).
As discovered through Stryker mutation testing (PR #61), the following changes to
pbxProject.prototype.addTargetDependency
do not seem to trigger a test failure:I discovered this while looking at the mutation testing results of PR #56 (watch2 support).
I think we should try to add the missing test coverage soon since this function is used to support the new watch2 functionality. However, I do not think this should block merge of PR #56.
This is also related to #73 (internal
pbxProject.prototype.addTargetDependency
call not properly tested)./cc @l3ender
The text was updated successfully, but these errors were encountered: