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

questrail / siganalysis
96%

Build:
DEFAULT BRANCH: master
Repo Added 07 Aug 2014 08:02PM UTC
Files 3
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.3.2
  • v0.3.3

21 Sep 2026 08:59PM UTC coverage: 95.699%. Remained the same
35655321266

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.

178 of 186 relevant lines covered (95.7%)

0.96 hits per line

Relevant lines Covered
Build:
Build:
186 RELEVANT LINES 178 COVERED LINES
0.96 HITS PER LINE
Source Files on master
  • Tree
  • List 3
  • 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
35655321266 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:08PM UTC matthewrankin github
95.7
35652929969 master Release v0.10.0 push 21 Sep 2026 08:44PM UTC matthewrankin github
95.7
33587523033 master Exempt pyparsing's warnings from the error filter filterwarnings = ["error"] failed CI on two warnings that come from pyparsing, which matplotlib pulls in and which nothing here imports or calls. On 3.14 the compiler warns about a `return` inside... push 02 Sep 2026 03:34AM UTC matthewrankin github
95.7
33586897463 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
95.7
33530376301 master Release v0.9.0 push 01 Sep 2026 04:12PM UTC matthewrankin github
95.74
33529439698 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:03PM UTC matthewrankin github
95.74
33528037561 master Test on Python 3.14 The classifiers stopped at 3.13 and the CI matrix followed them, which is the right way round: the matrix should test what the package claims. But nothing had checked whether the claim could be wider. It can. The suite passes ... push 01 Sep 2026 03:49PM UTC matthewrankin github
95.74
33515261950 master Stop the workflows job racing the matrix for one cache key The first CI run carried a "Failed to save: Unable to reserve cache" warning on the 3.13 leg. The workflow audit pins the same interpreter and installs the same locked environment on the ... push 01 Sep 2026 01:45PM UTC matthewrankin github
95.74
33514860635 master Document the tooling in the README The setup section described uv sync and four recipes, and the release section described a just deploy that no longer exists. Both were the only written record of how any of this works. Say what the release does... push 01 Sep 2026 01:41PM UTC matthewrankin github
95.74
31 v0.3.3 Add test for hz2khz function push 21 Aug 2015 12:38PM UTC matthewrankin travis-ci pending completion  
See All Builds (15)
  • 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