stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.78k stars 187 forks source link

No diff between branches - still mutates entire project #1218

Closed eranrodrig-tipalti closed 4 years ago

eranrodrig-tipalti commented 4 years ago

Describe the bug Branch out of master, run dotnet stryker --diff and still all files in the project are mutated. image

Logs log-20200924.txt

Expected behavior I'd expect it not to mutate anything at all.

Desktop (please complete the following information):

rouke-broersma commented 4 years ago

Hi!

I cannot find any explanation for this behavior in the provided logs, we will investigate this issue.

eranrodrig-tipalti commented 4 years ago

@Mobrockers Any news?

rouke-broersma commented 4 years ago

We're working on multiple improvements to the diff functionality that I think will fix this behavior as well.

rouke-broersma commented 4 years ago

Hi @eranrodrig-tipalti

I think I have found the issue. I'm implementing a fix.