Skip to content

Fix coverage report only containing hpp files

Paul Gessinger-Befurt requested to merge ACTS-511-coverage-hpp into master

This one seems to fix it. I think it was related to the fact that we gave gcovr the build directory path as input. Maybe it found the headers there, but not the implementation files. Not sure to be honest, but the CI job seems to include everything now.

Closes ACTS-511

Merge request reports