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

questrail / applyaf
100%

Build:
DEFAULT BRANCH: master
Repo Added 01 Aug 2014 11:05AM UTC
Files 2
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master
  • v0.2
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.3.0
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v1.0.0
  • v1.0.1

21 Sep 2026 08:59PM UTC coverage: 100.0%. Remained the same
35655305407

push

github

matthewrankin
Quote a recipe argument so a version constraint is not read as a redirect

just interpolates an argument straight into the shell line, so `just add
'siganalysis>=0.10.0'` ran `uv add siganalysis>=0.10.0`: the `>` redirected
stdout, uv saw the bare package name, the constraint was dropped, and an
empty file called `=0.10.0` was left in the repository root. Nothing
failed, so the only sign it had happened was the stray file and a
pyproject that had not moved.

add, dev, up and doc each take a single argument, so all four quote it.
The variadic args that test and cov take stays unquoted, since quoting it
would collapse several arguments into one. The note explaining this sits
at the top of the file rather than above one recipe, since the comment
immediately above a recipe is the description just --list prints.

80 of 80 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
80 RELEVANT LINES 80 COVERED LINES
1.0 HITS PER LINE
Source Files on master
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
35655305407 master Quote a recipe argument so a version constraint is not read as a redirect just interpolates an argument straight into the shell line, so `just add 'siganalysis>=0.10.0'` ran `uv add siganalysis>=0.10.0`: the `>` redirected stdout, uv saw the bare... push 21 Sep 2026 09:07PM UTC matthewrankin github
100.0
34865619943 master Build with uv_build instead of hatchling hatchling arrived in v1.5.0 as the replacement for setuptools, before uv shipped a build backend of its own, and the tooling passes since carried it forward without revisiting the choice. uv already manage... push 14 Sep 2026 03:58PM UTC matthewrankin github
100.0
33586888383 master Tighten lint, type, and test gates Expand the ruff selection with the rule families that were already clean here: NPY for the numpy surface these packages track, plus C4, FURB, PERF, RET, ARG, PIE, ISC, RSE, A, N, G, LOG, Q, and S. S101 joins the... push 02 Sep 2026 03:24AM UTC matthewrankin github
100.0
33543406200 master Cover the empty file path and run build under coverage The blank line fix added a branch for running off the end of a file with nothing in it. Both of its cases were checked by hand and neither was written down, so CI rejected the push on the 100... push 01 Sep 2026 06:24PM UTC matthewrankin github
100.0
33529437633 master Show uv alongside pip in the install instructions The development setup opens with brew install uv just, and then the install instructions said to use pip, which is a seam between how the project is built and how it is meant to be consumed. uv a... push 01 Sep 2026 04:02PM UTC matthewrankin github
100.0
33515275493 master Stop the workflows job racing the matrix for one cache key The floor job was given a cache-suffix for exactly this reason, and the workflow audit has the same problem for the same cause: it pins 3.13 and installs the same locked environment a leg... push 01 Sep 2026 01:45PM UTC matthewrankin github
100.0
33514861270 master Isolate the environment the wheel smoke test runs in just build ran the smoke test with uv run --no-project, which is not enough on its own. uv layers the --with packages over the project's own .venv when it finds one, so the wheel was being impo... push 01 Sep 2026 01:41PM UTC matthewrankin github
100.0
33505649647 master Audit the workflows with zizmor Everything under src/ is linted on every push. The workflows, which are the part of this repository that can mint a PyPI credential, were read by eye alone. zizmor is what found the GITHUB_TOKEN the checkouts had b... push 01 Sep 2026 12:03PM UTC matthewrankin github
100.0
33503875332 master Drop AUTHORS.md and the copyright notice's pointer to it The notice in LICENSE.txt read "The applyaf developers (see AUTHORS.md file)", and AUTHORS.md is not in the wheel. license-files carries LICENSE.txt into dist-info/licenses/ and nothing car... push 01 Sep 2026 11:42AM UTC matthewrankin github
100.0
33499685455 master Release v3.0.2 push 01 Sep 2026 10:53AM UTC matthewrankin github
100.0
See All Builds (49)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc