nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Separate unit and integration test coverage report #213

Closed Psirus closed 6 years ago

Psirus commented 6 years ago

Separate reports for unit tests and integration tests. For example, look at the report of Cell.h, and you can toggle on the upper right which methods got tested by which test suite. Also, the small change in the gradient damage test is to fix a GCC warning. (If you're wondering why that caused a warning, look here). Together with #212, this fixes #64 imho.

codecov[bot] commented 6 years ago

Codecov Report

Merging #213 into PDE_reviewed will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           PDE_reviewed     #213   +/-   ##
=============================================
  Coverage         67.82%   67.82%           
=============================================
  Files               312      312           
  Lines             12089    12089           
=============================================
  Hits               8199     8199           
  Misses             3890     3890
Flag Coverage Δ
#integrationtests 47.14% <ø> (?)
#unittests 77.82% <ø> (?)
Impacted Files Coverage Δ
...ions/integrationtests/mechanics/GradientDamage.cpp 100% <ø> (ø) :arrow_up:

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 4f20ccc...b1c08e9. Read the comment docs.