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

JuliaLang / julia / #37775
77%

Build:
DEFAULT BRANCH: master
Ran 10 May 2024 10:59AM UTC
Jobs 1
Files 361
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

10 May 2024 07:08AM UTC coverage: 87.427% (-0.01%) from 87.441%
#37775

push

local

web-flow
Highlight julia-repl code in Markdown specially (#54423)

Fixes #54399 by re-introducing the code seperated out from the styled
Markdown PR at Jameson's request
(https://github.com/JuliaLang/julia/pull/51928#discussion_r1483598716).

The code itself is modelled after [equivalent code in
OhMyREPL](https://github.com/KristofferC/OhMyREPL.jl/blob/b0071f5ee/src/MarkdownHighlighter.jl#L15-L31).

The new `markdown_julia_prompt` face allows people to make the "prompt"
shown in Markdown code visually distinct, to [avoid confusing it with
the REPL prompt at a
glance](https://github.com/KristofferC/OhMyREPL.jl/issues/100). By way
of example, I make it italic by augmenting my `faces.toml` with

```toml
[markdown]
julia_prompt = { italic = true }
```

13 of 14 new or added lines in 1 file covered. (92.86%)

362 existing lines in 10 files now uncovered.

76560 of 87570 relevant lines covered (87.43%)

16594183.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
80.0
1.17% stdlib/Markdown/src/render/terminal/render.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.91
-0.41% stdlib/Random/src/generation.jl
3
91.41
-0.56% base/operators.jl
5
94.85
-0.02% base/compiler/utilities.jl
7
76.45
-0.33% base/loading.jl
14
93.96
-2.34% stdlib/LinearAlgebra/src/diagonal.jl
28
96.15
0.15% base/sort.jl
28
92.24
0.0% base/compiler/abstractinterpretation.jl
84
81.27
0.74% base/compiler/inferencestate.jl
87
88.54
-0.01% base/show.jl
105
69.82
1.3% base/precompilation.jl
Jobs
ID Job ID Ran Files Coverage
1 #37775.1 10 May 2024 10:59AM UTC 361
87.43
Source Files on build #37775
  • Tree
  • List 361
  • Changed 247
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6582eaa3 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