compiler-research / xeus-cpp

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

non hardcoded number of parallel jobs #75

Closed mcbarton closed 4 months ago

mcbarton commented 4 months ago

Previously the number of parallel jobs was hardcoded independent of the runner. This sets it dependent on the number of available cores.

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 51.60%. Comparing base (d203fdf) to head (276ea72).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/75/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/75?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 #75 +/- ## ======================================= Coverage 51.60% 51.60% ======================================= Files 15 15 Lines 593 593 ======================================= Hits 306 306 Misses 287 287 ```
mcbarton commented 4 months ago

@vgvassilev @alexander-penev can one of you merge this PR?