I have some c++ header files that I use extensively within my package. Yet, the resulting coveralls (or codecov) show 0% of lines covered by my tests. You can see this here primarily referring to the dynEigenMat.hpp file which is used in at least half of my unit tests. Is this something to be expected when using classes in headers or did I somehow miss something? Thanks for any assistance.