Skip to content

Fix/wrong module name#2781

Merged
DavyLandman merged 5 commits into
mainfrom
fix/wrong-module-name
May 26, 2026
Merged

Fix/wrong module name#2781
DavyLandman merged 5 commits into
mainfrom
fix/wrong-module-name

Conversation

@PaulKlint
Copy link
Copy Markdown
Member

The existing handling of incorrect module names was broken and has been fixed.

In addition a fix is generated (based on the file location) to replace the erroneous module name

Fixes #2773

@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (32073e3) to head (b8217ca).

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2781   +/-   ##
=======================================
  Coverage       46%     46%           
- Complexity    6714    6718    +4     
=======================================
  Files          794     794           
  Lines        65932   65932           
  Branches      9888    9888           
=======================================
+ Hits         30765   30767    +2     
- Misses       32782   32783    +1     
+ Partials      2385    2382    -3     

☔ 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.

@sonarqubecloud
Copy link
Copy Markdown

@DavyLandman DavyLandman merged commit 2c1a542 into main May 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module with bad module name makes checker crash

2 participants