bflammers / ANN2

Neural Networks package for R with a fast C++ back-end and special support for unsupervised anomaly detection using autoencoders
GNU Lesser General Public License v3.0
13 stars 3 forks source link

Added first unit tests, set-up Travis and Codecov #5

Closed bflammers closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cf6223c). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #5   +/-   ##
=======================================
  Coverage          ?    18%           
=======================================
  Files             ?     19           
  Lines             ?   1094           
  Branches          ?      0           
=======================================
  Hits              ?    197           
  Misses            ?    897           
  Partials          ?      0
Impacted Files Coverage Δ
src/Activations.h 16.66% <ø> (ø)
src/arma_serialization.h 0% <ø> (ø)
src/Loss.h 19.23% <ø> (ø)
src/Optimizer.h 6.38% <ø> (ø)
src/utils.h 9.09% <ø> (ø)
src/test-utils.cpp 100% <100%> (ø)
src/utils.cpp 55.23% <100%> (ø)
src/test-example.cpp 100% <100%> (ø)

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 cf6223c...ed58797. Read the comment docs.