diffpy / libdiffpy

DiffPy C++ library for calculation of PDF and other real-space quantities
Other
7 stars 13 forks source link

Use std c++11 #21

Closed pavoljuhas closed 5 years ago

pavoljuhas commented 5 years ago

execute CI tests for the 'use-std-c++11' branch

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.04%. The diff coverage is 97.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage      86%   87.04%   +1.04%     
==========================================
  Files         137      135       -2     
  Lines        7266     7274       +8     
  Branches      534      535       +1     
==========================================
+ Hits         6249     6332      +83     
+ Misses        797      736      -61     
+ Partials      220      206      -14
Impacted Files Coverage Δ
src/diffpy/srreal/BVParametersTable.hpp 80% <ø> (ø) :arrow_up:
src/diffpy/srreal/AtomRadiiTable.hpp 100% <ø> (ø) :arrow_up:
src/diffpy/srreal/ScatteringFactorTable.hpp 89.65% <ø> (-3.45%) :arrow_down:
src/diffpy/srreal/BVSCalculator.cpp 99.04% <ø> (+2.85%) :arrow_up:
src/diffpy/srreal/PairQuantity.hpp 95.83% <ø> (ø) :arrow_up:
src/diffpy/srreal/OverlapCalculator.hpp 100% <ø> (ø) :arrow_up:
src/diffpy/srreal/PeriodicStructureAdapter.hpp 100% <ø> (ø) :arrow_up:
src/diffpy/srreal/PQEvaluator.cpp 73.61% <100%> (ø) :arrow_up:
src/diffpy/srreal/ScatteringFactorTable.cpp 89.28% <100%> (+1.78%) :arrow_up:
src/tests/TestPQEvaluator.hpp 100% <100%> (ø) :arrow_up:
... and 35 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 270e7a5...276a2fa. Read the comment docs.