theochem / cgrid

C++ version of horton (2.x) grid functionality
GNU General Public License v3.0
4 stars 1 forks source link

Prepare for Roberto #37

Closed tovrstra closed 5 years ago

tovrstra commented 5 years ago

Fixes #36 Fixes #23 Fixes #24

codecov[bot] commented 5 years ago

Codecov Report

Merging #37 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   90.03%   90.01%   -0.02%     
==========================================
  Files          11       11              
  Lines        1234     1242       +8     
  Branches      134      134              
==========================================
+ Hits         1111     1118       +7     
- Misses        115      116       +1     
  Partials        8        8
Impacted Files Coverage Δ
cgrid/tests/common.cpp 100% <ø> (ø)
cgrid/tests/ridders.h 71.87% <ø> (ø)
cgrid/cellgrid.cpp 95.12% <ø> (ø)
cgrid/tests/test_scalarfns.cpp 99.45% <ø> (ø)
cgrid/scalarfns.h 98.41% <ø> (ø)
cgrid/scalarfns.cpp 100% <ø> (ø)
cgrid/tests/test_supergrid.cpp 100% <100%> (ø)
cgrid/cellgrid.h 100% <100%> (ø)
python-cgrid/cgrid/__init__.py 100% <100%> (ø)
python-cgrid/cgrid/test_cgrid.py 100% <100%> (ø)
... and 3 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 7e839ea...ae36d3d. Read the comment docs.