lcov_excl_files = *tests* And exclude all the files that have*tests*in their path. Copy link Author perrorcommentedMay 17, 2022• edited In fact, I was really meaning keywords in the.lcovrcfile because whenlcovget executed by a third party software (such asmeson), it is more convenien...
Unless I am really forgetting something, each testcase cleans any remaining shrapnel before starting the test (so no need to explicitly make clean), and they also unconditionally build and run whatever executables - so all the data should be from the current test execution, and should be consis...
meaning) --keep-going Do not stop if an error occurs --tempdir DIRNAME Write temporary and intermediate data here --preserve Keep intermediate files for debugging OPTIONS -i, --initial Capture initial zero coverage data --all Capture both .gcda and lone .gcno data -t, --test-name NAME ...