Since in config file #2639
-
Hello, I'm trying to use the configuration file to facilitate the local run of Stryker, but I'm having an issue with the "since" option. It would be something like: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We already have a default compare branch, which is master. There is no good concept of "default" branch in git so we use the up until recently defacto default of "master". Since the default has switched to main, but a significant, probably the largest part of the ecosystem still user master instead of main we have not yet changed this. Using two defaults is currently not something we can support cleanly and afaik there is no canonical answer for getting the default branch, certainly not using libgit2sharp which we use. We also already use the current tip of the current branch as the compare so you don't need to set it. |
Beta Was this translation helpful? Give feedback.
-
"We also already use the current tip of the current branch as the compare so you don't need to set it." |
Beta Was this translation helpful? Give feedback.
Just don't specify them?