compiler-research / CppInterOp

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

Add xeus-clang-repl build to ci #189

Closed mcbarton closed 5 months ago

mcbarton commented 5 months ago

Adds xeus-clang-repl build to ci

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (6ed1c1b) 78.67% compared to head (28ac515) 78.70%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/189/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/189?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 #189 +/- ## ========================================== + Coverage 78.67% 78.70% +0.03% ========================================== Files 8 8 Lines 3053 3053 ========================================== + Hits 2402 2403 +1 + Misses 651 650 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/189/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/189/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)
mcbarton commented 5 months ago

@vgvassilev This PR is ready for review

mcbarton commented 5 months ago

@alexander-penev Are you able to review this PR for me?