The code coverage from ci.yml is wrong. On my local machine with the same gcovr command I get the expected results. But for some reason the github ci always show zero code coverage.
The command is
gcovr --root ../ --delete --exclude "_deps/*" --print-summary --xml-pretty --xml coverage.xml .
The code coverage from ci.yml is wrong. On my local machine with the same gcovr command I get the expected results. But for some reason the github ci always show zero code coverage.
The command is
gcovr --root ../ --delete --exclude "_deps/*" --print-summary --xml-pretty --xml coverage.xml .