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

snarfed / webutil / a087bb26-dc6d-4f6a-9fb3-e6b04c917511
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: circle
DEFAULT BRANCH: main
Ran 18 Jun 2026 11:26PM UTC
Jobs 1
Files 14
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

18 Jun 2026 11:24PM UTC coverage: 90.438% (+0.2%) from 90.216%
a087bb26-dc6d-4f6a-9fb3-e6b04c917511

push

circleci

snarfed
packaging: migrate to uv and deptry

here's how I plan to use them:

# update venv
uv sync --all-extras --frozen

# update deps
uv run --with deptry deptry .

# setup for a new library
python3.12 -m venv ~/.venv/[name]  # or whichever python version
ln -s  ~/.venv/[name] .venv

# add [tool.uv.sources] and [tool.deptry] to pyproject.toml, eg:
[tool.uv.sources]
mf2util = { path = "../mf2util", editable = true }
mox3 = { path = "../mox3", editable = true }

[tool.deptry]
exclude = ['.venv', 'dist', 'docs']

3159 of 3493 relevant lines covered (90.44%)

0.9 hits per line

Coverage Regressions

Lines Coverage ∆ File
103
88.48
0.14% webutil/util.py
11
78.99
1.47% webutil/models.py
1
94.12
8.4% webutil/appengine_info.py
1
99.88
0.0% webutil/tests/test_util.py
Jobs
ID Job ID Ran Files Coverage
1 a087bb26-dc6d-4f6a-9fb3-e6b04c917511.1 18 Jun 2026 11:26PM UTC 14
90.44
CircleCI Job
Source Files on build a087bb26-dc6d-4f6a-9fb3-e6b04c917511
  • Tree
  • List 14
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #A087BB26...
  • 63ef7073 on github
  • Prev Build on circle (#76B598BB...)
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