[TIP] are the absolute paths in .coverage necessary?

Ned Batchelder ned at nedbatchelder.com
Wed Oct 12 07:53:56 PDT 2016


Chris, can you show the absolute paths you are using?  I have this in my
rc file to deal with varieties of CI:

    [paths]
    source =
        .
        *\coverage\trunk
        */coverage/trunk
        *\coveragepy

--Ned.


On 10/12/16 10:00 AM, Chris Withers wrote:
> Hi Ned,
>
> Are the absolute paths necessary in .coverage?
>
> The reason I ask is that if, for example, they were relative to the
> cwd, then I wouldn't need a .coveragerc with a whole bunch of paths
> predicated on the exact filesystem layout of my CI server.
>
> thoughts?
>
> Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20161012/70715a45/attachment.htm>


More information about the testing-in-python mailing list