JuliaImages / ImageFiltering.jl

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

Fix docs build #274

Open IanButterworth opened 3 months ago

IanButterworth commented 3 months ago

@johnnychen94 there seems to be an issue with DemoCards.jl creating an index.md that cannot be found

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 94.19%. Comparing base (66cf9d9) to head (5508899).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #274 +/- ## ========================================== + Coverage 94.07% 94.19% +0.11% ========================================== Files 13 13 Lines 1706 1706 ========================================== + Hits 1605 1607 +2 + Misses 101 99 -2 ```

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

IanButterworth commented 3 months ago

Bump