Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@3flex
Copy link
Member

@3flex 3flex commented Oct 7, 2025

Closes #8745

@codecov
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.34%. Comparing base (5877625) to head (c43ea97).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...t/compiler/plugin/DetektCompilerPluginRegistrar.kt 0.00% 1 Missing ⚠️
...otlin/dev/detekt/core/settings/EnvironmentAware.kt 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8743      +/-   ##
============================================
- Coverage     85.36%   85.34%   -0.02%     
- Complexity     4383     4420      +37     
============================================
  Files           570      570              
  Lines         12557    12600      +43     
  Branches       2625     2650      +25     
============================================
+ Hits          10719    10754      +35     
+ Misses          695      693       -2     
- Partials       1143     1153      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

3flex and others added 4 commits December 21, 2025 08:41
The nullability of expression `if (fizz % 2 == 0) fizz else 1` has
changed since Kotlin 2.3.0-Beta2. In earlier Kotlin versions this was
not nullable, but in Kotlin 2.3.0 this is now nullable. I don't see a
way to work around this behaviour change.

I _think_ this was introduced by https://youtrack.jetbrains.com/issue/KT-78127
@3flex 3flex added the notable changes Marker for notable changes in the changelog label Dec 21, 2025
@3flex 3flex merged commit 58c23a9 into main Dec 21, 2025
20 of 21 checks passed
@3flex 3flex deleted the 3flex-patch-4 branch December 21, 2025 04:24
@detekt-ci
Copy link
Collaborator

Warnings
⚠️ This PR is approved with no milestone set. If merged, it won't appear in the detekt release notes.

Generated by 🚫 dangerJS against c43ea97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build compiler-plugin core dependencies Pull requests that update a dependency file notable changes Marker for notable changes in the changelog rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support JVM 25

4 participants