compiler-research / CppInterOp

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

Fix wasm jobs in ci due to changes in xeus-cpp requirements #307

Closed mcbarton closed 3 weeks ago

mcbarton commented 3 weeks ago

This PR should allow the wasm jobs in the ci to pass again after the changes to the requirements in xeus-cpp

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 72.22%. Comparing base (6a5f564) to head (a88f926).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/307/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/307?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 #307 +/- ## ======================================= Coverage 72.22% 72.22% ======================================= Files 8 8 Lines 2963 2963 ======================================= Hits 2140 2140 Misses 823 823 ```