boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

Coverage: partial hits seem to misbehave #307

Closed anarthal closed 1 month ago

anarthal commented 2 months ago

It looks like codecov is just ignoring lines with partial coverage, which is inconsistent with that their docs say. Additionally, some lines in nested function calls are reported to be uncovered, being covered. We may need to introduce some external tool to handle coverage.