Skip to content

feat: migrate demo pipeline to scriptcast#2

Merged
dacrystal merged 1 commit intomainfrom
feat/scriptcast-demo
Apr 7, 2026
Merged

feat: migrate demo pipeline to scriptcast#2
dacrystal merged 1 commit intomainfrom
feat/scriptcast-demo

Conversation

@dacrystal
Copy link
Copy Markdown
Owner

Summary

  • Replace generate.py + demo.yaml (custom Python cast generator) with demo/demo.sh using scriptcast SC directives
  • Update demo/Makefile to use uvx scriptcast --output-dir . demo.sh — no more manual agg/font downloads
  • Output changes from demo.gif to assets/demo.png; README updated accordingly

Test Plan

  • bash -n demo/demo.sh passes (shell syntax clean)
  • cd demo && make installs agg via scriptcast if needed and produces demo.png
  • demo.png is non-empty and renders correctly

Replace custom Python cast generator (generate.py + demo.yaml) with a
scriptcast-native shell script (demo.sh). Output changes from GIF to PNG.

- Delete generate.py, test_generate.py, demo.yaml, demo.gif
- Add demo/demo.sh with SC mock directives for all devcode commands
- Update Makefile: uvx scriptcast --output-dir . demo.sh
- Update README to reference assets/demo.png
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.86%. Comparing base (dbfc60c) to head (bf4807c).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   93.86%   93.86%           
=======================================
  Files           1        1           
  Lines         554      554           
=======================================
  Hits          520      520           
  Misses         34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dacrystal dacrystal merged commit fd90272 into main Apr 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants