• 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: master
CHANGE BRANCH
x
Reset
  • 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

02 Sep 2026 03:21AM UTC coverage: 100.0%. Remained the same
33586888383

push

github

matthewrankin
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 test
ignores, since `assert` is how a pytest suite states what it checks.

Turn on filterwarnings = ["error"] and xfail_strict. A numpy or stdlib
deprecation is how this breaks across the 3.12 - 3.14 the classifiers
claim, and as a warning it scrolls past in a run that still reports green.

Use coverage's exclude_also, which adds to the built-in exclusions rather
than replacing them, so the pragma pattern no longer has to be restated.

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
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
33462821899 master Stop the floor job racing the matrix for one cache key The dependency floor job runs on 3.12, and so does a leg of the matrix. Same runner, same interpreter, same default cache key, so the two raced to save it and every CI run came back with a "F... push 01 Sep 2026 02:31AM UTC matthewrankin github
100.0
33462726506 master Upgrade setup-uv to v10.0.1 and stop caching in the release job Three majors, one of which matters here. v8 dropped the manifest-file format this project never used and stopped publishing major and minor tags at all, for the same reason the pins... push 01 Sep 2026 02:29AM UTC matthewrankin github
100.0
See All Builds (47)
  • 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