JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

update docs and convert `jldoctest` to `@repl` blocks #607

Closed aviatesk closed 6 months ago

aviatesk commented 6 months ago

Doctest is very fragile. Using @repl, we can update documentation automatically.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d319168) 83.38% compared to head (e294104) 83.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #607 +/- ## ======================================= Coverage 83.38% 83.38% ======================================= Files 12 12 Lines 2378 2378 ======================================= Hits 1983 1983 Misses 395 395 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

aviatesk commented 6 months ago

It looks like https://github.com/JuliaDebug/JuliaInterpreter.jl/actions/runs/7418164310/job/20185719270?pr=607 saying our DOCUMENTER_KEY isn't setup correctly? The doc deployment is actually failing on master too.

timholy commented 6 months ago

I updated DOCUMENTER_KEY earlier today, should be OK now.