forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit504923a
committed
Run only top-level recursive lcov
This is the way lcov was intended to be used. It is much faster andmore robust and makes the makefiles simpler than running it in eachsubdirectory.The previous coding ran gcov before lcov, but that is useless becauselcov/geninfo call gcov internally and use that information. Moreover,this led to complications and failures during parallel make. Thisseparates the two targets: You either use "make coverage" to gettextual output from gcov or "make coverage-html" to get an HTML reportvia lcov. (Using both is still problematic because they write the sameoutput files.)Reviewed-by: Michael Paquier <michael.paquier@gmail.com>1 parent7769fc0 commit504923a
3 files changed
+30
-12
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
706 | 706 |
| |
707 | 707 |
| |
708 | 708 |
| |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
709 | 722 |
| |
710 | 723 |
| |
711 | 724 |
| |
|
Lines changed: 16 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
874 | 874 |
| |
875 | 875 |
| |
876 | 876 |
| |
877 |
| - | |
878 |
| - | |
| 877 | + | |
879 | 878 |
| |
880 |
| - | |
| 879 | + | |
881 | 880 |
| |
882 |
| - | |
883 |
| - | |
884 |
| - | |
| 881 | + | |
885 | 882 |
| |
886 |
| - | |
| 883 | + | |
887 | 884 |
| |
888 | 885 |
| |
889 |
| - | |
| 886 | + | |
890 | 887 |
| |
891 | 888 |
| |
892 |
| - | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
893 | 892 |
| |
894 |
| - | |
895 |
| - | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
896 | 900 |
| |
897 | 901 |
| |
898 | 902 |
| |
899 | 903 |
| |
900 | 904 |
| |
901 | 905 |
| |
902 | 906 |
| |
903 |
| - | |
| 907 | + | |
904 | 908 |
| |
905 | 909 |
| |
906 | 910 |
| |
|
0 commit comments
Comments
(0)