Re: Question about make coverage-html

2020-10-27 Thread Peter Smith
> > Creating a coverage report is a two-step process. First, you run the > > test you're interested in, with "make check" or similar. Then you create > > a report for the source files you're interested in, with "make > > coverage-html". You can run these commands in different subdirectories. > > >

Re: Question about make coverage-html

2020-10-27 Thread Tom Lane
Heikki Linnakangas writes: > On 27/10/2020 10:09, Peter Smith wrote: >> The documentation [1] also says "The make commands also work in >> subdirectories." so I tried running them all in that folder. >> However, when I run "make coverage-html" in that subdirectory >> src/test/subscription it does

Re: Question about make coverage-html

2020-10-27 Thread Heikki Linnakangas
On 27/10/2020 10:09, Peter Smith wrote: Hi hackers. The example of test coverage in the documentation [1] works as advertised. But I wanted to generate test coverage results only of some TAP tests in src/test/subscription. The documentation [1] also says "The make commands also work in subdire