-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MyST based documentation testing #7186
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Simon Høxbro Hansen <[email protected]>
- uses: holoviz-dev/holoviz_tasks/pixi_install@pixi | ||
with: | ||
environments: ${{ matrix.environment }} | ||
- name: Test Type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Test Type | |
- name: Test MyST |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7186 +/- ##
==========================================
+ Coverage 72.23% 82.20% +9.97%
==========================================
Files 329 330 +1
Lines 49342 49343 +1
==========================================
+ Hits 35640 40564 +4924
+ Misses 13702 8779 -4923 ☔ View full report in Codecov by Sentry. |
Output is somewhat helpful so far but it doesn't seem to have caught the issue that's currently breaking the doc build |
An attempt to add a MyST based documentation build to ensure that Markdown output can be parsed.