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

TheKevJames / coveralls-python / 503ca376-94db-489a-ac81-70b0e82db497 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2026 05:04PM UTC
Files 11
Run time 0s
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

22 Jul 2026 05:03PM UTC coverage: 96.445% (+0.02%) from 96.424%
503ca376-94db-489a-ac81-70b0e82db497.1

push

circleci

TheKevJames
feat(config): source run_at from COVERALLS_RUN_AT and default to now

run_at was only ever populated when a caller set it explicitly in the config
file or a Coveralls() kwarg; no loader read it from the environment and it was
never auto-generated, so in practice the field went unsent. That diverges from
the official coverallsapp/coverage-reporter (and node-coveralls), which read
COVERALLS_RUN_AT and fall back to the current timestamp.

Read COVERALLS_RUN_AT like every other COVERALLS_* var, and in resolve() default
run_at to the current local time in RFC 3339 when no source provides one. The
default is applied on the upload path only, so a bare Config() stays
deterministic. Precedence: kwarg > config file > COVERALLS_RUN_AT > now.

changelog:
The job timestamp (``run_at``) submitted to Coveralls is now read from the
``COVERALLS_RUN_AT`` environment variable and, when unset, defaults to the
current time (RFC 3339). Previously it was only sent if set explicitly in the
config file or as a ``Coveralls()`` argument.

176 of 184 branches covered (95.65%)

Branch coverage included in aggregate %.

638 of 660 relevant lines covered (96.67%)

0.97 hits per line

Source Files on job 503ca376-94db-489a-ac81-70b0e82db497.1
  • Tree
  • List 11
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 503
  • CircleCI Build #
  • 48c3ee86 on github
  • Prev Job for on master (#2204117d-00b4-4aa7-a587-30a9bc51fe84.4)
  • Next Job for on master (#29946149207.2)
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