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 tests for xsystem and os #112

Closed tharun571 closed 3 months ago

github-actions[bot] commented 3 months ago

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

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 70.09%. Comparing base (e788167) to head (c0fc434).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112/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/112?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 #112 +/- ## ========================================== + Coverage 62.66% 70.09% +7.43% ========================================== Files 15 17 +2 Lines 600 602 +2 Branches 59 59 ========================================== + Hits 376 422 +46 + Misses 224 180 -44 ``` | [Files](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) | Coverage Δ | | |---|---|---| | [src/xmagics/os.hpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112?src=pr&el=tree&filepath=src%2Fxmagics%2Fos.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3htYWdpY3Mvb3MuaHBw) | `100.00% <ø> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) | [Files](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) | Coverage Δ | | |---|---|---| | [src/xmagics/os.hpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112?src=pr&el=tree&filepath=src%2Fxmagics%2Fos.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3htYWdpY3Mvb3MuaHBw) | `100.00% <ø> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/112/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:"