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

acdh-oeaw / arche-core / #492
99%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2026 10:34AM UTC
Jobs 1
Files 27
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

14 Jan 2026 10:16AM UTC coverage: 98.817% (-0.3%) from 99.147%
#492

push

php-coveralls

zozlak
Database connections optimization and HTTP 429 return code introduction

* Capture "too many connections" error and report it to the client as
  HTTP 429 too many requests. Add tests checking for this behavior.
* Initialize zozlak\auth\usersDb\PdoDb with the RestController::$pdo
  instead of creating a separate connection
* Search::post(): use the RestController::$pdo instead of creating a separate
  connection. Still execute "BEGIN TRANSACTION READ ONLY" on the
  RestController::$pdo to assure no data modifications can be made.
* Transaction - move the database connection initialization to a
  separate method - initPdo() - and call it only when the connection is
  needed.

42 of 42 new or added lines in 7 files covered. (100.0%)

7 existing lines in 1 file now uncovered.

2004 of 2028 relevant lines covered (98.82%)

192.82 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
7
92.55
-7.45% src/acdhOeaw/arche/core/Download.php
Jobs
ID Job ID Ran Files Coverage
1 #492.1 14 Jan 2026 10:34AM UTC 27
98.82
Source Files on build #492
  • Tree
  • List 27
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6cc02728 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc