Closed zygmuntszpak closed 4 years ago
Merging #21 into master will increase coverage by
0.12%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #21 +/- ##
==========================================
+ Coverage 96.11% 96.23% +0.12%
==========================================
Files 13 13
Lines 463 452 -11
==========================================
- Hits 445 435 -10
+ Misses 18 17 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/algorithms/equalization.jl | 92.3% <ø> (-0.55%) |
:arrow_down: |
src/ImageContrastAdjustment.jl | 100% <ø> (ø) |
:arrow_up: |
src/algorithms/linear_stretching.jl | 93.33% <ø> (-0.42%) |
:arrow_down: |
src/algorithms/gamma_correction.jl | 90.9% <ø> (-0.4%) |
:arrow_down: |
src/algorithms/adaptive_equalization.jl | 100% <ø> (+0.54%) |
:arrow_up: |
src/algorithms/contrast_stretching.jl | 93.33% <ø> (-0.42%) |
:arrow_down: |
src/algorithms/matching.jl | 93.33% <100%> (-0.22%) |
:arrow_down: |
src/algorithms/midway_equalization.jl | 95.91% <100%> (-0.09%) |
:arrow_down: |
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 cebb0b6...976a378. Read the comment docs.
Replaces Base.@kw_def with @with_kw from Parameters.jl for compatilibity with Julia version 1.0. Also bumps patch version number in preparation for a new release.