BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
26 stars 22 forks source link

Don't ignore choice of `MORPHIO_ENABLE_COVERAGE`. #452

Closed 1uc closed 1 year ago

1uc commented 1 year ago

This commit enables specifying MORPHIO_ENABLE_COVERAGE from the CLI. This is useful when building MorphIO in an IDE which may not have access to lcov and subsequently fail for Debug builds. I think it's sensible to want debug flags, but not be interested in the coverage. If so, lcov should be an optional dependency.

mgeplf commented 1 year ago

tnx, btw, I like it