compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Try generating suppressions for valgrind #273

Closed maximusron closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.42%. Comparing base (f93e7b6) to head (5b28ea2). Report is 25 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/273/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #273 +/- ## ========================================== - Coverage 87.65% 81.42% -6.24% ========================================== Files 4 4 Lines 1742 1728 -14 ========================================== - Hits 1527 1407 -120 - Misses 215 321 +106 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/273/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) [see 4 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/273/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)
maximusron commented 1 month ago

closing, as fixed by #278 and suppressions added to cppyy