mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
3120e8173c
The C++ compiler generates implicit branches for exception handling, which is particularly common when calling standard library functions. It's not generally useful to have tests for the case when std::vector::push_back fails due to an out-of-memory condition, so in this PR we use a feature in the latest lcov release to filter out these compiler-generated branches. Our code coverage numbers consequently go way up! |
||
---|---|---|
.. | ||
config.yml |