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

TheKevJames / coveralls-python / 29940753828
97%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2026 05:04PM UTC
Jobs 5
Files 11
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

22 Jul 2026 05:03PM UTC coverage: 96.682% (+0.02%) from 96.663%
29940753828

push

github

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.

177 of 184 branches covered (96.2%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 2 files covered. (100.0%)

639 of 660 relevant lines covered (96.82%)

4.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29940753828.1 22 Jul 2026 05:04PM UTC 11
96.45
GitHub Action Run
2 29940753828.2 22 Jul 2026 05:04PM UTC 11
96.45
GitHub Action Run
3 29940753828.3 22 Jul 2026 05:04PM UTC 11
96.45
GitHub Action Run
4 29940753828.4 22 Jul 2026 05:04PM UTC 11
96.45
GitHub Action Run
5 29940753828.5 22 Jul 2026 05:04PM UTC 11
96.45
GitHub Action Run
Source Files on build 29940753828
  • 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 Repo
  • 48c3ee86 on github
  • Prev Build on master (#2204117D...)
  • Next Build on master (#503CA376...)
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