KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
768 stars 60 forks source link

reinsert keybinds after Pkg #297

Closed KristofferC closed 1 year ago

KristofferC commented 1 year ago

Fix https://github.com/KristofferC/OhMyREPL.jl/issues/269, #166

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +48.13 :tada:

Comparison is base (c0f7fbd) 16.78% compared to head (44892c5) 64.92%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #297 +/- ## =========================================== + Coverage 16.78% 64.92% +48.13% =========================================== Files 12 13 +1 Lines 947 975 +28 =========================================== + Hits 159 633 +474 + Misses 788 342 -446 ``` | [Impacted Files](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson) | Coverage Δ | | |---|---|---| | [src/OhMyREPL.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL09oTXlSRVBMLmps) | `33.84% <0.00%> (+19.21%)` | :arrow_up: | | [src/repl.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3JlcGwuamw=) | `56.42% <ø> (+56.42%)` | :arrow_up: | | [src/passes/Passes.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9QYXNzZXMuamw=) | `100.00% <0.00%> (ø)` | | | [src/passes/RainbowBrackets.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9SYWluYm93QnJhY2tldHMuamw=) | `100.00% <0.00%> (+2.85%)` | :arrow_up: | | [src/repl\_pass.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3JlcGxfcGFzcy5qbA==) | `67.36% <0.00%> (+9.47%)` | :arrow_up: | | [src/passes/BracketHighlighter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9CcmFja2V0SGlnaGxpZ2h0ZXIuamw=) | `90.90% <0.00%> (+16.49%)` | :arrow_up: | | [src/passes/SyntaxHighlighter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9TeW50YXhIaWdobGlnaHRlci5qbA==) | `69.13% <0.00%> (+28.11%)` | :arrow_up: | | [src/BracketInserter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL0JyYWNrZXRJbnNlcnRlci5qbA==) | `35.55% <0.00%> (+35.55%)` | :arrow_up: | | ... and [1 more](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/297?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.