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

questrail / arghelper
100%

Build:
DEFAULT BRANCH: master
Repo Added 08 Aug 2014 05:16PM UTC
Files 1
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
  • dependabot/pip/requests-2.20.0
  • master
  • v0.2
  • v0.2.1
  • v0.2.2
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.4.0
  • v0.4.1
  • v0.4.2

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

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.

29 of 29 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
29 RELEVANT LINES 29 COVERED LINES
1.0 HITS PER LINE
Source Files on master
  • Tree
  • List 1
  • 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
35655308929 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
33586890005 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
33541588037 master Release v0.8.0 push 01 Sep 2026 06:05PM UTC matthewrankin github
100.0
33538601836 master Stop explaining the workflows by a job that never existed Two comments reasoned about a dependency floor job. ci.yml justified UV_NO_SYNC by saying a re-sync there "would quietly undo the lowest-direct install the job exists to test", and release... push 01 Sep 2026 05:35PM UTC matthewrankin github
100.0
33536843575 master Note the removal of the stale v0.6.0 tag in the CHANGELOG push 01 Sep 2026 05:17PM UTC matthewrankin github
100.0
33531564391 master Release v0.7.0 push 01 Sep 2026 04:24PM UTC matthewrankin github
100.0
33531084345 master Release v0.7.0 push 01 Sep 2026 04:19PM UTC matthewrankin github
100.0
33529446024 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
33524772613 master Use the GitHub noreply address as the author address pyproject.toml listed a work address, which is what Author-email carries in every built distribution and what PyPI shows on the project page. The noreply address is the one the commits already ... push 01 Sep 2026 03:17PM UTC matthewrankin github
100.0
33524138836 master Raise the Python floor to 3.12 requires-python said >=3.9, and the classifiers claimed six versions. The claim was true, which is why the CI matrix added two commits ago ran all six: the suite passes on every one of them. It was still the odd one... push 01 Sep 2026 03:11PM UTC matthewrankin github
100.0
See All Builds (31)
  • 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