JuliaImages / ImageFiltering.jl

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

Preview PRs in docs #162

Closed asinghvi17 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #162 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   91.65%   91.65%           
=======================================
  Files           9        9           
  Lines        1222     1222           
=======================================
  Hits         1120     1120           
  Misses        102      102           

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 aada1d2...c645565. Read the comment docs.

timholy commented 4 years ago

Cool, I was unaware this was possible. Where does one find the preview?

asinghvi17 commented 4 years ago

Unfortunately, there won't be a preview for this PR (since it's from an external source). For internal PRs, the URL is juliaimages.org/ImageFiltering.jl/previews/PR162 (or whatever the PR number is).

timholy commented 4 years ago

Nice! We will probably want to add that info to https://github.com/JuliaImages/Images.jl/blob/master/CONTRIBUTING.md too.

johnnychen94 commented 4 years ago

FYI, I've already set it up in the juliaimages docs, e.g., https://github.com/JuliaImages/juliaimages.github.io/pull/115