.NET Stryker - "since" flag doesn't seem to be doing anything #2803
-
Hello When I run "dotnet stryker --since: (and here I am inputting the hash of the last commit), dotnet stryker doesn't seem to only mutate the changed code. Instead it still mutates everything. Am I doing something wrong? I want to only do mutation tests on code that I changed, for example the diff that appears between the latest commit and the commit before it. Source: https://stryker-mutator.io/docs/stryker-net/configuration/#since-flag-committish |
Beta Was this translation helpful? Give feedback.
Answered by
rouke-broersma
Dec 20, 2023
Replies: 1 comment 4 replies
-
Please share the logs, they are most likely specifying why this is happening. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
theagilepilot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please share the logs, they are most likely specifying why this is happening.