-
-
Notifications
You must be signed in to change notification settings - Fork 767
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
Prepare Detekt 1.16.0-RC2 #3485
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3485 +/- ##
============================================
- Coverage 80.07% 79.74% -0.34%
- Complexity 2835 2864 +29
============================================
Files 456 459 +3
Lines 8511 8643 +132
Branches 1644 1674 +30
============================================
+ Hits 6815 6892 +77
- Misses 793 841 +48
- Partials 903 910 +7 Continue to review full report at Codecov.
|
Should we merge this asap? We probably also need to revert |
This has broken tests. I still haven't managed to investigate why.
I don't think it's a major problem. We could still bake a RC3 after this. |
Another problem I found is that the |
@cortinico I have a fix. We need to fix the int tests after #3450. I will also look into why gradle testkit tests are not picking up the latest code (i assume it is
|
Let's tackle this as a separate problem. I also believe this requires an RC3 before we can fully release a
Thanks for that. I've actually applied a different fix that relies on creating a Baseline file. Given that we have a testing API for that, let's use it :)
Yeah that's annoying. Specifically as we notice those failures only once we publish a new version |
Time to bake a new RC 🎉
This will hopefully be the last one before we release
1.16.0
stable.