philipce / nifty

Numerical computing in Swift – for Linux and macOS
Apache License 2.0
105 stars 18 forks source link

Implemented eq for generating elementwise equality matrices and vectors #19

Closed nbertagnolli closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.74%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   90.42%   91.17%   +0.74%     
==========================================
  Files         194      195       +1     
  Lines        3968     4033      +65     
==========================================
+ Hits         3588     3677      +89     
+ Misses        380      356      -24
Impacted Files Coverage Δ
Sources/eq.swift 100% <100%> (ø)
Tests/NiftyTests/eq_test.swift 100% <100%> (ø) :white_check_mark:
Tests/NiftyTests/exp2_test.swift 100% <ø> (ø) :white_check_mark:
Tests/NiftyTests/expm1_test.swift 100% <ø> (ø) :white_check_mark:
Sources/exp2.swift 100% <ø> (+100%) :white_check_mark:
Sources/expm1.swift 100% <ø> (+100%) :white_check_mark:

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 370b167...7d92bed. Read the comment docs.