Hi all,
It is now possible to build FLINT with support for test coverage reports (./configure --enable-coverage && make -j check && make coverage).
You can see the first test coverage report here:
(Here I have included coverage from running the Python tests in flint_ctypes as well.)
Currently we have 86.2% line coverage and 81.1% function coverage.
Any help improving the test suite to cover the gaps would be appreciated.
Fredrik