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

healthchecks / healthchecks / 20455481604
92%

Build:
DEFAULT BRANCH: master
Ran 23 Dec 2025 08:23AM UTC
Jobs 1
Files 224
Run time 424min
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

23 Dec 2025 08:20AM UTC coverage: 91.485% (-0.001%) from 91.486%
20455481604

push

github

cuu508
Fix prepare_durations to assert ping ordering by id not by created date

When multiple clients are inserting pings in the api_ping table
simultaneously, it is rare but possible to have a ping with a higher
id value but lower created timestamp than another ping.

As a consequence, when retrieving pings from the database, if we
retrieve them ordered by ids, and then in the python code check if
they are ordered by the created timestamp, the check will sometimes
fail.

This commit fixes prepare_durations() to check the sorting order by
ids, since the pings were retrieved from the database sorted
by ids.

4 of 4 new or added lines in 1 file covered. (100.0%)

8241 of 9008 relevant lines covered (91.49%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20455481604.1 23 Dec 2025 08:23AM UTC 224
91.49
GitHub Action Run
Source Files on build 20455481604
  • Tree
  • List 224
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6dd1c941 on github
  • Prev Build on master (#20436809990)
  • Next Build on master (#20455621823)
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