bprzybylski / KBmag.jl

Julia wrapper for a standalone lib from the gap-packages/kbmag package
0 stars 0 forks source link

BinWrapper basic implementation #3

Closed bprzybylski closed 5 years ago

bprzybylski commented 5 years ago

This pull request introduces the following functions:

and the basic tests for the latter two functions. Note that the tests do not cover the following scenario:

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will increase coverage by 24.87%. The diff coverage is 78.94%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #3       +/-   ##
===========================================
+ Coverage   18.29%   43.16%   +24.87%     
===========================================
  Files           5        6        +1     
  Lines          82      139       +57     
===========================================
+ Hits           15       60       +45     
- Misses         67       79       +12
Impacted Files Coverage Δ
src/KBmag.jl 100% <ø> (ø) :arrow_up:
src/BinWrapper.jl 78.94% <78.94%> (ø)

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 3772614...d700245. Read the comment docs.

kalmarek commented 5 years ago

yay!