JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
66 stars 14 forks source link

Add debug statements - don't prompt on CI #109

Closed t-bltg closed 2 years ago

t-bltg commented 2 years ago
t-bltg commented 2 years ago

@johnnychen94, I think this will be useful, can you allow the CI to run ?

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (5a0faba) into master (80713fd) will decrease coverage by 0.40%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   88.95%   88.54%   -0.41%     
==========================================
  Files          15       15              
  Lines         851      847       -4     
==========================================
- Hits          757      750       -7     
- Misses         94       97       +3     
Impacted Files Coverage Δ
src/generate.jl 80.73% <66.66%> (-0.29%) :arrow_down:
src/types/julia.jl 94.56% <100.00%> (+0.05%) :arrow_up:
src/types/markdown.jl 100.00% <100.00%> (ø)
src/compat.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/preview.jl 92.85% <0.00%> (-1.21%) :arrow_down:
src/types/page.jl 92.15% <0.00%> (-0.08%) :arrow_down:
src/types/card.jl 96.96% <0.00%> (-0.05%) :arrow_down:
src/utils.jl 88.07% <0.00%> (+0.41%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 80713fd...5a0faba. Read the comment docs.

johnnychen94 commented 2 years ago

I see you wanted to use it in the Plots docs building action https://github.com/JuliaPlots/PlotDocs.jl/blob/95deb97a20e5c3a5fae566be7ea34985e454400c/.github/workflows/docs.yml#L62, I'm not sure if this provides enough diagnose information, but I can merge and tag a new release for it.

t-bltg commented 2 years ago

Thanks for merging. I finally managed to build Plots docs for UnicodePlots.