deephealthproject / ecvl

European Computer Vision Library (ECVL). A general-purpose computer vision library developed to support healthcare use cases within the DeepHealth project, with the aim of facilitating the integration of existing state-of-the-art libraries.
https://deephealthproject.github.io/ecvl
MIT License
17 stars 1 forks source link

Add support for building shared library with CMake #14

Closed MicheleCancilla closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.16%. The diff coverage is 73.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   34.66%   34.83%   +0.16%     
==========================================
  Files          37       37              
  Lines        5120     5127       +7     
==========================================
+ Hits         1775     1786      +11     
+ Misses       3345     3341       -4     
Impacted Files Coverage Δ
modules/core/include/ecvl/core/arithmetic.h 100.00% <ø> (ø)
modules/core/include/ecvl/core/cpu_hal.h 71.42% <ø> (ø)
modules/core/include/ecvl/core/datatype.h 100.00% <ø> (ø)
...de/ecvl/core/datatype_existing_tuples_signed.inc.h 100.00% <ø> (ø)
.../ecvl/core/datatype_existing_tuples_unsigned.inc.h 100.00% <ø> (ø)
modules/core/include/ecvl/core/datatype_matrix.h 100.00% <ø> (ø)
modules/core/include/ecvl/core/fpga_hal.h 0.00% <ø> (ø)
modules/core/include/ecvl/core/hal.h 9.09% <0.00%> (ø)
modules/core/include/ecvl/core/iterators.h 100.00% <ø> (ø)
...odules/core/include/ecvl/core/iterators_impl.inc.h 54.44% <ø> (ø)
... and 26 more

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 73c755d...59bfaae. Read the comment docs.