postgresql/src/fe_utils
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing
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>
2017-10-16 16:28:11 -04:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Suppress "unused variable" warnings with older versions of flex. 2017-02-19 13:04:30 -05:00
mbprint.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
print.c In psql, use PSQL_PAGER in preference to PAGER, if it's set. 2017-09-05 12:02:13 -04:00
psqlscan.l Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
simple_list.c Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
string_utils.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00