Ran
|
Jobs
1
|
Files
361
|
Run time
1min
|
Badge
README BADGES
|
push
local
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
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
80.0 |
1.17% | stdlib/Markdown/src/render/terminal/render.jl |
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 |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | #37775.1 | 361 |
87.43 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|