compiler-research / CppInterOp

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

Fix usage of InstantiateTemplate #217

Closed maximusron closed 3 months ago

maximusron commented 3 months ago

renames missed name change in ScopeReflectionTest (PR #128)

github-actions[bot] commented 3 months ago

clang-tidy review says "All clean, LGTM! :+1:"

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 78.80%. Comparing base (d5bef3c) to head (e02969e).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/217/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/217?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 #217 +/- ## ========================================== + Coverage 78.41% 78.80% +0.38% ========================================== Files 8 8 Lines 3100 3100 ========================================== + Hits 2431 2443 +12 + Misses 669 657 -12 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/217/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 1 file with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/217/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 3 months ago

@vgvassilev this should fix the failing jobs on main