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

JuliaLang / julia / #38042
77%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2025 08:26AM UTC
Jobs 1
Files 212
Run time 3min
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

04 Apr 2025 02:13AM UTC coverage: 20.228% (-0.04%) from 20.268%
#38042

push

local

web-flow
fix `nextpow`, `prevpow` for types without `typemax` (#49669)

Without this change `prevpow` and `nextpow` fail for, e.g., `BigInt`;
incorrectly throwing a `MethodError`. For example, calls like
`prevpow(3, big"10")` or `nextpow(3, big"10")` fail.

The issue is that the code incorrectly assumes the existence of a
`typemax` method.

Another issue was a missing promote for the arguments of a
`mul_with_overflow` call.

Fixes #57906

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

491 existing lines in 6 files now uncovered.

9921 of 49046 relevant lines covered (20.23%)

99056.12 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
15.19
0.0% base/intfuncs.jl

Uncovered Existing Lines

Lines Coverage ∆ File
17
55.44
0.47% base/essentials.jl
22
12.02
-5.92% base/expr.jl
23
48.65
-1.35% base/pointer.jl
31
17.5
-0.76% base/Base_compiler.jl
78
30.57
-0.09% base/client.jl
320
9.17
-0.02% base/multidimensional.jl
Jobs
ID Job ID Ran Files Coverage
1 #38042.1 04 Apr 2025 08:26AM UTC 212
20.23
Source Files on build #38042
  • Tree
  • List 212
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3627a857 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