forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4bb5a25
committed
Add lcov --initial
By just running lcov on the produced .gcda data files, we don't accountfor source files that are not touched by tests at all. To fix that, runlcov --initial to create a base line info file with all zero counters,and merge that with the actual counters when creating the final report.Reviewed-by: Michael Paquier <michael.paquier@gmail.com>1 parent22d9764 commit4bb5a25
2 files changed
+20
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 19 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
869 | 869 |
| |
870 | 870 |
| |
871 | 871 |
| |
872 |
| - | |
| 872 | + | |
| 873 | + | |
873 | 874 |
| |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
874 | 879 |
| |
875 | 880 |
| |
876 | 881 |
| |
| |||
888 | 893 |
| |
889 | 894 |
| |
890 | 895 |
| |
891 |
| - | |
| 896 | + | |
892 | 897 |
| |
893 |
| - | |
| 898 | + | |
894 | 899 |
| |
895 | 900 |
| |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
896 | 909 |
| |
897 | 910 |
| |
898 |
| - | |
899 |
| - | |
| 911 | + | |
| 912 | + | |
900 | 913 |
| |
901 | 914 |
| |
902 | 915 |
| |
| |||
905 | 918 |
| |
906 | 919 |
| |
907 | 920 |
| |
908 |
| - | |
| 921 | + | |
909 | 922 |
| |
910 | 923 |
| |
911 | 924 |
| |
|
0 commit comments
Comments
(0)