• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #38106
77%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2025 09:50AM UTC
Jobs 1
Files 216
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jun 2025 12:18AM UTC coverage: 25.683% (+0.006%) from 25.677%
#38106

push

local

web-flow
Add MethodError hints for functions in other modules (#58715)

When a MethodError occurs, check if functions with the same name exist
in other modules (particularly those of the argument types). This helps
users discover that they may need to import a function or ensure
multiple
functions are the same generic function.

- For Base functions: suggests importing (e.g., "You may have intended
to import Base.length")
- For other modules: suggests they may be intended as the same generic
function
- Shows all matches from relevant modules in sorted order
- Uses modulesof! to properly handle all type structures including
unions

Fixes #58682

0 of 20 new or added lines in 1 file covered. (0.0%)

97 existing lines in 4 files now uncovered.

12830 of 49955 relevant lines covered (25.68%)

770727.25 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
20
25.0
-0.49% base/errorshow.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
25.0
-0.49% base/errorshow.jl
1
10.14
-0.46% stdlib/Dates/src/io.jl
46
71.77
1.12% base/essentials.jl
49
11.83
0.79% base/strings/unicode.jl
Jobs
ID Job ID Ran Files Coverage
1 #38106.1 19 Jun 2025 09:50AM UTC 216
25.68
Source Files on build #38106
  • Tree
  • List 216
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 422d05d1 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc