-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
test: ensure assertions are reachable in test/addons
#60142
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60142 +/- ##
==========================================
- Coverage 88.56% 88.56% -0.01%
==========================================
Files 704 704
Lines 208123 208123
Branches 40014 40013 -1
==========================================
- Hits 184330 184318 -12
- Misses 15815 15824 +9
- Partials 7978 7981 +3 🚀 New features to boost your workflow:
|
There are cases where |
I've thought about making
Sure but the other side of the coin is that sometimes it is actually useful and will catch a regression / bug as I did in #60125 (comment). I certainly agree that it adds redundancy, but arguably that's a good thing for tests.
I'm not sure "blindly" is fair, I've spent quite some time crafting this PR and gauging which of |
f425312
to
51084ca
Compare
51084ca
to
72c550e
Compare
Follow up of #60125