[ITP] gcovr: Coverage report generator

Marco Atzeri marco.atzeri@gmail.com
Wed Jun 15 07:54:00 GMT 2016



On 15/06/2016 08:12, David Stacey wrote:
> gcovr is a Python script to generate reports from gcov. Found in Debian
> and Ubuntu [1].
>
>
> # noarch:
> BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release
> wget --no-check-certificate --no-host-directories --force-directories
> --cut-dirs=5 \
> ${BASEURL}/gcovr/gcovr-3.2-1-src.tar.xz \
> ${BASEURL}/gcovr/gcovr-3.2-1.tar.xz \
> ${BASEURL}/gcovr/setup.hint
>
>
> Test harness requires 'python-nose' and 'python-coverage' from Ports,
> plus 'python-pyutilib' below. All tests pass. These are only requireed
> to run the test harness; gcovr will build and run without these.
>

are you sure that byte compiled is arch indipendent ?

$ file usr/lib/python2.7/site-packages/gcovr/*
usr/lib/python2.7/site-packages/gcovr/__init__.py:  ASCII text
usr/lib/python2.7/site-packages/gcovr/__init__.pyc: python 2.7 byte-compiled
usr/lib/python2.7/site-packages/gcovr/__init__.pyo: python 2.7 byte-compiled



More information about the Cygwin-apps mailing list