JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

build docs with Github Actions #188

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

It turns out that gh-pages doesn't get updated for over four years without a DOCUMENTER_KEY secret... Instead of configuring a DOCUMENTER_KEY, I personally prefer to use github actions as it turns out to be very reliable and fast.

ssh key for TagBot is configured so that when there's a new release, the docs CI gets triggered. (CRef: https://github.com/JuliaGraphics/Colors.jl/issues/443)

codecov[bot] commented 3 years ago

Codecov Report

Merging #188 into master will increase coverage by 91.14%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #188       +/-   ##
===========================================
+ Coverage    0.00%   91.14%   +91.14%     
===========================================
  Files           9        9               
  Lines        1443     1231      -212     
===========================================
+ Hits            0     1122     +1122     
+ Misses       1443      109     -1334     
Impacted Files Coverage Δ
src/ImageFiltering.jl 76.19% <0.00%> (+76.19%) :arrow_up:
src/mapwindow.jl 85.50% <0.00%> (+85.50%) :arrow_up:
src/utils.jl 87.93% <0.00%> (+87.93%) :arrow_up:
src/borderarray.jl 89.70% <0.00%> (+89.70%) :arrow_up:
src/imfilter.jl 90.63% <0.00%> (+90.63%) :arrow_up:
src/kernelfactors.jl 92.85% <0.00%> (+92.85%) :arrow_up:
src/border.jl 95.54% <0.00%> (+95.54%) :arrow_up:
src/kernel.jl 100.00% <0.00%> (+100.00%) :arrow_up:
src/specialty.jl 100.00% <0.00%> (+100.00%) :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 1338fa9...4014a9d. Read the comment docs.