• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MITLibraries / marimo-launcher / 17130101877
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: renovate/lock-file-maintenance
DEFAULT BRANCH: main
Ran 21 Aug 2025 02:34PM UTC
Jobs 1
Files 2
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Aug 2025 02:27PM UTC coverage: 87.755%. Remained the same
17130101877

push

github

ghukill
Utilize uv script and tool building

Why these changes are being introduced:

Where formerly we were using a very low level, manual way of invoking
the CLI with 'uv run python -m launcher.cli`, uv provides quite a bit
of tooling around invoking a project.  Because we invoke the CLI in
multiple contexts -- local dev work, Docker container, standalone for
running a notebook -- leaning into uv conventions can streamline a lot
of that.

How this addresses that need:

Added a 'project.scripts' section with commands 'marimo-launcher' and
'mitlib-marimo-launcher' (more globally unique) that creates a console entry
point for the CLI application.

With this in place, we can now change how the CLI is invoked in all contexts:
- local dev us 'uv run marimo-launcher'
- Docker container installs this project like a library into the system wide
python installation
- can even support standalone installation and usage with 'uv tool install
--from <repository> marimo-launcher'

Side effects of this change:
* No side effects, just easier invocation

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-1434

86 of 98 relevant lines covered (87.76%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17130101877.1 21 Aug 2025 02:34PM UTC 2
87.76
GitHub Action Run
Source Files on build 17130101877
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17130101877
  • 110e5e47 on github
  • Prev Build on main (#17105537802)
  • Next Build on IN-1434-uv-tooling (#17132166923)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc