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 example notebook and readme to files folder inside dist #147

Closed mcbarton closed 2 months ago

mcbarton commented 2 months ago

Description

Please include a summary of changes, motivation and context for this PR.

@vgvassilev @anutosh491 Currently the example notebook and readme.md is not showing up in the Jupyter Lite demo. Based on the fact that the files for the jupyter lite xeus-python demo are in a folder called files (see https://jupyterlite.github.io/xeus-python-demo/files/README.md) I have modified the ci to make this folder in the build folder dist (if not present already), and them move the files we need into the folder accordingly to try and fix the problem we are having.

Fixes # (issue)

Type of change

Please tick all options which are relevant.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 82.05%. Comparing base (0aad6f8) to head (bedb3c6).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/147/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/147?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 #147 +/- ## ======================================= Coverage 82.05% 82.05% ======================================= Files 17 17 Lines 613 613 Branches 59 59 ======================================= Hits 503 503 Misses 110 110 ```