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

JuliaLang / julia / #37865
77%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2024 12:15PM UTC
Jobs 1
Files 358
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

08 Aug 2024 11:44PM UTC coverage: 86.076% (-1.5%) from 87.613%
#37865

push

local

web-flow
Vendor the terminfo database for use with base/terminfo.jl (#55411)

This adds the `terminfo` database to `deps/`, providing a better user
experience on systems that don't have `terminfo` on the system by
default. The database is built using BinaryBuilder but is not actually
platform-specific (it's built for `AnyPlatform`) and as such, this
fetches the artifact directly rather than adding a new JLL to stdlib,
and it requires no compilation.

A build flag, `WITH_TERMINFO`, is added here and assumed true by
default, allowing users to set `WITH_TERMINFO=0` in Make.user to avoid
bundling `terminfo` should they want to do so.

The lookup policy for `terminfo` entries is still compliant with what's
described in `terminfo(5)`; the bundled directory is taken to be the
first "compiled in" location, i.e. prepended to `@TERMINFO_DIRS@`. This
allows any user settings that exist locally, such as custom entries or
locations, to take precedence.

Fixes #55274

Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>

1 of 4 new or added lines in 1 file covered. (25.0%)

2056 existing lines in 57 files now uncovered.

76330 of 88677 relevant lines covered (86.08%)

15164230.56 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
76.55
-1.62% base/terminfo.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.54
-0.5% base/operators.jl
1
98.41
-0.16% stdlib/LinearAlgebra/src/dense.jl
1
98.55
-1.45% base/uuid.jl
1
74.23
-0.52% base/int.jl
1
96.77
-0.31% stdlib/LinearAlgebra/src/qr.jl
1
89.19
-2.7% base/bool.jl
1
94.44
-0.09% base/compiler/ssair/inlining.jl
1
95.61
-0.88% base/version.jl
1
96.72
0.0% stdlib/LinearAlgebra/src/generic.jl
1
91.65
0.45% base/errorshow.jl
1
72.22
-2.78% stdlib/p7zip_jll/src/p7zip_jll.jl
1
0.0
0.0% stdlib/REPL/src/Pkg_beforeload.jl
2
76.55
-1.62% base/terminfo.jl
2
95.25
-0.23% stdlib/Test/src/Test.jl
2
96.43
-1.43% base/compiler/ssair/tarjan.jl
2
72.9
-2.33% base/c.jl
2
87.91
0.06% base/reshapedarray.jl
3
86.05
-1.4% base/indices.jl
3
86.15
-0.74% base/boot.jl
4
86.57
-0.39% stdlib/Serialization/src/Serialization.jl
8
88.49
-4.47% base/floatfuncs.jl
8
62.42
-5.5% base/libc.jl
8
59.26
-29.63% base/ryu/Ryu.jl
9
90.49
-0.59% base/abstractarray.jl
9
97.24
0.41% base/strings/util.jl
9
89.98
-1.47% stdlib/LinearAlgebra/src/matmul.jl
10
75.17
-6.71% base/ryu/fixed.jl
11
92.06
-5.82% base/ryu/exp.jl
11
94.77
-0.18% base/reinterpretarray.jl
12
73.33
0.0% base/compiler/types.jl
15
88.28
-0.67% base/show.jl
15
77.85
-3.12% base/float.jl
15
71.43
-7.1% base/sysinfo.jl
16
85.4
-2.47% base/mpfr.jl
16
50.0
-18.6% base/rounding.jl
17
38.28
-12.11% base/env.jl
18
75.89
-12.6% base/stacktraces.jl
19
89.68
-7.56% base/reducedim.jl
23
87.33
-5.21% base/expr.jl
23
80.39
-15.03% stdlib/Random/src/XoshiroSimd.jl
28
73.89
-8.31% base/ryu/shortest.jl
29
85.36
-1.35% base/broadcast.jl
30
93.96
-0.09% base/array.jl
31
70.56
-13.63% base/parse.jl
33
90.5
-5.91% base/toml_parser.jl
39
46.45
-25.25% base/meta.jl
39
9.3
-90.7% stdlib/UUIDs/src/UUIDs.jl
40
88.03
0.0% stdlib/REPL/src/REPLCompletions.jl
50
84.4
1.88% base/file.jl
57
87.53
3.8% base/compiler/optimize.jl
66
81.73
-8.56% base/multidimensional.jl
86
72.22
-15.3% base/gmp.jl
93
74.05
-6.69% base/compiler/inferencestate.jl
93
78.15
1.7% base/loading.jl
148
91.88
-0.2% base/compiler/abstractinterpretation.jl
209
66.85
-29.3% base/sort.jl
681
34.44
-59.45% base/bitarray.jl
Jobs
ID Job ID Ran Files Coverage
1 #37865.1 09 Aug 2024 12:15PM UTC 358
86.08
Source Files on build #37865
  • Tree
  • List 358
  • Changed 293
  • Source Changed 0
  • Coverage Changed 111
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e7e8768a 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

© 2025 Coveralls, Inc