Skip to content

refactor(ci): migrate Python/Rust tasks to justfile and remove web: prefix#1012

Merged
sabertazimi merged 1 commit into
mainfrom
ci
May 21, 2026
Merged

refactor(ci): migrate Python/Rust tasks to justfile and remove web: prefix#1012
sabertazimi merged 1 commit into
mainfrom
ci

Conversation

@sabertazimi
Copy link
Copy Markdown
Owner

Move all python:* and rust:* scripts from package.json to justfile,
removing pnpm/Node.js dependencies from Python and Rust CI jobs.
Rename web:* scripts to drop the web: prefix since Python/Rust
commands no longer live in package.json.

Pull Request

This PR Contains

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Test-Case

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Breaking Changes

Additional Info

…refix

Move all python:* and rust:* scripts from package.json to justfile,
removing pnpm/Node.js dependencies from Python and Rust CI jobs.
Rename web:* scripts to drop the web: prefix since Python/Rust
commands no longer live in package.json.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lab Error Error May 21, 2026 3:16am

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.25%. Comparing base (ae0aa2f) to head (a6e6423).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1012   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files           7        7           
  Lines         286      286           
  Branches       59       59           
=======================================
  Hits          261      261           
  Misses          4        4           
  Partials       21       21           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sabertazimi sabertazimi merged commit fc2ed4a into main May 21, 2026
18 of 19 checks passed
@sabertazimi sabertazimi deleted the ci branch May 21, 2026 03:22
github-actions Bot added a commit that referenced this pull request May 21, 2026
…refix (#1012)

Move all python:* and rust:* scripts from package.json to justfile,
removing pnpm/Node.js dependencies from Python and Rust CI jobs.
Rename web:* scripts to drop the web: prefix since Python/Rust
commands no longer live in package.json. fc2ed4a
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.

1 participant