Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2744 +/- ##
=======================================
Coverage 46% 46%
- Complexity 6721 6729 +8
=======================================
Files 794 794
Lines 65912 65917 +5
Branches 9888 9891 +3
=======================================
+ Hits 30824 30844 +20
+ Misses 32698 32691 -7
+ Partials 2390 2382 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jurgenvinju
left a comment
There was a problem hiding this comment.
Good fix towards the next step (never creating pathconfig for library projects anymore)
| } | ||
|
|
||
| @Test | ||
| public void stdConfig() throws IOException, URISyntaxException { |
There was a problem hiding this comment.
@toinehartman this is the test you wanted to remove right?
There was a problem hiding this comment.
After our discussion, I was thinking of nuking this PR altogether, instead fixing this where library modules are opened (in LSP).



Fixes #2743.