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

coverallsapp / coverage-reporter / 32201471359
95%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 12:32AM UTC
Jobs 1
Files 44
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

19 Aug 2026 12:29AM UTC coverage: 94.383%. Remained the same
32201471359

push

github

web-flow
chore: keep python spec artifacts out of the working tree (#205)

* chore: ignore pytest cache in python fixtures

pytest.ini makes spec/fixtures/python its rootdir, so `coverage run -m
pytest` in the spec suite's before_suite hook writes .pytest_cache/ there.
Nothing removes it, and it was not ignored, so every local `make test`
left an untracked directory that `git add -A` would sweep up.

Same class of build artifact as .coverage (#204), same treatment.

* test: don't mask suite errors in after_suite teardown

after_suite deleted spec/fixtures/python/.coverage with File.delete,
which raises File::NotFoundError when the file is absent. If
before_suite failed, or the run was interrupted before the file was
written, that teardown error replaced the real failure.

File.delete? is a no-op when the file is missing.

1025 of 1086 relevant lines covered (94.38%)

2.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32201471359.1 19 Aug 2026 12:32AM UTC 44
94.38
GitHub Action Run
Source Files on build 32201471359
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32201471359
  • c4aa443d on github
  • Prev Build on master (#31852486703)
  • Next Build on master (#32201842605)
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