compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

Add test for xinterpreter.cpp #107

Closed tharun571 closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 59.83%. Comparing base (85721f2) to head (537b09f). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/107/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/107?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 #107 +/- ## ========================================== + Coverage 57.83% 59.83% +2.00% ========================================== Files 15 15 Lines 600 600 Branches 59 59 ========================================== + Hits 347 359 +12 + Misses 253 241 -12 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/107/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/xeus-cpp/pull/107/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)
github-actions[bot] commented 3 months ago

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

anutosh491 commented 3 months ago

This looks good. Are you adding any more tests ?

github-actions[bot] commented 3 months ago

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

tharun571 commented 3 months ago

This looks good. Are you adding any more tests ?

Nothing as of now.