-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: StrykerCLITests info text test #2713
Merged
richardwerkman
merged 26 commits into
stryker-mutator:baseline-command
from
danihengeveld:baseline-command
Oct 13, 2023
Merged
Fix: StrykerCLITests info text test #2713
richardwerkman
merged 26 commits into
stryker-mutator:baseline-command
from
danihengeveld:baseline-command
Oct 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#2665) * chore(deps): update dependency buildalyzer to v5.0.1 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
…2673) * chore(deps): update xunit-dotnet monorepo to v2.5.1 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
…#2677) * chore(deps): update dependency yamldotnet to v13.4.0 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
* F# range math * Windows x Linux * Up
…tor#2680) Co-authored-by: Rouke Broersma <[email protected]>
* Use solution file when it's available * fix unit test * sonarqube
…2688) Add logs Co-authored-by: Rouke Broersma <[email protected]>
chore: remove usings from MutantControl Co-authored-by: Rouke Broersma <[email protected]>
* Use string builder in loop * Use find & handle other platform newlines * Use find * Fix duplicate message * Add more range tests * Improve range code
…ryker-mutator#2702) * chore(deps): update dependency launchdarkly.eventsource to v5.1.0 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
…#2703) * chore(deps): update dependency yamldotnet to v13.5.0 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
…#2704) * chore(deps): update dependency yamldotnet to v13.5.1 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
…#2705) * chore(deps): update dependency yamldotnet to v13.7.0 * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
* chore(deps): update xunit-dotnet monorepo * Update package lock files --------- Co-authored-by: Renovatebot <[email protected]>
* Simplifying DiffIgnoreChangesInput * Update FilePattern.cs * Up * up * Rename the class * up --------- Co-authored-by: Rouke Broersma <[email protected]>
…er-mutator#2697) Splitting some C# related extensions in a separate file Co-authored-by: Rouke Broersma <[email protected]>
# Conflicts: # src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json # src/Stryker.CLI/Stryker.CLI/packages.lock.json # src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
change: target input default to 'master' to stay consistent with since target input.
richardwerkman
merged commit Oct 13, 2023
8f39401
into
stryker-mutator:baseline-command
4 of 6 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Last few tests and fixes for the baseline command. #2554