compiler-research / xeus-cpp

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

Jupyter lite GitHub page #145

Closed mcbarton closed 2 months ago

mcbarton commented 2 months ago

Description

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

This PR adds a workflow which will build a Jupyter Lite site, which should become available as a Github page.

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 (edd830f) to head (440c0f4).

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

@anutosh491 @vgvassilev After this PR has been merged the Github page should in theory become available. I've checked the build stage of the workflow. Won't know if anymore settings need to be changed for deployment until merged.