Closed jbeirer closed 6 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Activacte codecov coverage. Had to remove the
-fkeep-inline-functions
compiler argument, as it results in linker errors likeundefined reference to vtable for TFCS2DFunctionInt16Int32Int32InterpolationExpHistogram
. Might be because we don't have definitions of virtual destructors for these classes. Guess that means for now coverage will ignore inline functions.