-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove overlapping constraints #850
Conversation
Codecov Report
@@ Coverage Diff @@
## main #850 +/- ##
============================================
+ Coverage 98.08% 98.13% +0.04%
- Complexity 139 144 +5
============================================
Files 28 28
Lines 627 643 +16
============================================
+ Hits 615 631 +16
Misses 12 12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5bcc327
to
b1e8674
Compare
@localheinz would you like me to rebase (and force-push) this to create a cleaner commit history? |
I am sorry for force-pushing into your branch! I'll let you do what you need to do! |
There's no need to apologise. I'm used to lots of merge commits in a branch / pull request, then a single squash-merge to put the feature / change into the main branch. It looks like you prefer to rebase and force-push, so I'll try to remember to use that method going forward. |
Co-authored-by: Andreas Möller <[email protected]>
ebd26be
to
6ca24ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you, @fredden! |
This pull request is a small part of #756. This change seems less controversial than some of the other changes being suggested in #756.
^1.0 || ^1.1 || ^2.0
->^1.0 || ^2.0
)Related to #756