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

questrail / applyaf / 33543406200
100%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 06:24PM UTC
Jobs 1
Files 2
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

01 Sep 2026 06:24PM UTC coverage: 100.0%. Remained the same
33543406200

push

github

matthewrankin
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% coverage floor
with all 32 tests passing.

just build did not catch that because it depends on test, which runs
the bare suite; CI runs pytest --cov, and fail_under is what turns an
uncovered line into a failure. The recipe exists to run what CI runs
before a tag makes it expensive, and on this it ran something weaker.
Depend on cov instead. just test stays as it is, since iterating on one
test does not want the whole report.

The two new cases pin what an empty or blank-throughout file does:
loadtxt warns that it found no data and hands back an empty array of
the structured dtype, which is worth stating outright, since the
alternative reading of that branch is that such a file should raise.

Claude-Session: https://claude.ai/code/session_01J51gkSxrjp4GzqR4sdDyZn

80 of 80 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33543406200.1 01 Sep 2026 06:24PM UTC 2
100.0
GitHub Action Run
Source Files on build 33543406200
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33543406200
  • 9fa296f8 on github
  • Prev Build on master (#33529437633)
  • Next Build on master (#33586888383)
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