BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

Allow disabling coverage for 'Debug'. #299

Closed 1uc closed 10 months ago

1uc commented 10 months ago

If the user specifies -DSONATA_ENABLE_COVERAGE then that choice is respected. If no choice is made coverage is On for Debug build; and Off otherwise.

Turning off coverage is useful, if one doesn't have lcov but still wants a debug build.