mirror of https://github.com/postgres/postgres
Flex generates a lot of functions that are not actually used. In order to avoid coverage figures being ruined by that, mark up the part of the .l files where the generated code appears by lcov exclusion markers. That way, lcov will typically only reported on coverage for the .l file, which is under our control, but not for the .c file. Reviewed-by: Michael Paquier <michael.paquier@gmail.com>pull/31/head^2
parent
cf5ba7c30c
commit
4211673622
Loading…
Reference in new issue