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

mpyw / laravel-database-advisory-lock
100%

Build:
DEFAULT BRANCH: master
Repo Added 12 Jul 2022 03:59PM UTC
Files 27
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bump-version
  • claude/php-8.5-support
  • dev
  • fix/postgres-finite-timeout
  • improve-pg-timeout
  • master
  • test/mariadb
  • timeout-float-value
  • v1.0.0
  • v2.0.0
  • v2.1.0
  • v2.1.1
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v4.0.0
  • v4.0.1
  • v4.1.0
  • v4.2.0
  • v4.2.1
  • v4.2.2
  • v4.2.3
  • v4.3.0
  • v4.3.1
  • v4.4.0
  • v4.4.1
  • wip

14 Dec 2025 09:01PM UTC coverage: 100.0%. Remained the same
20214073855

push

github

web-flow
[Claude] Add PHP 8.5 to CI test matrix (#14)

* [Claude] Add PHP 8.5 to CI test matrix

* Fix PHPDoc annotation order for php-cs-fixer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix trait redeclaration error in PHPUnit 12

PHPUnit 12 (PHP 8.4+) loads autoloader earlier, causing eval()-based
trait redefinition to fail with "Cannot redeclare trait" error.

Solution:
- Create separate bootstrap file that defines stub trait BEFORE autoloader
- Create separate PHPUnit config for reconnection tests
- Exclude reconnection test from main test suite
- Update CI to run both test configurations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix PHP-CS-Fixer linting error in bootstrap file

Use braced namespace syntax instead of semicolon syntax for
multi-namespace file to satisfy PHP-CS-Fixer.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix PHPUnit 12 annotations

Replace @dataProvider with #[DataProvider] attribute.
Replace @runTestsInSeparateProcesses and @preserveGlobalState
with #[RunTestsInSeparateProcesses] and #[PreserveGlobalState] attributes.

PHPUnit 12 requires attributes instead of annotations for data providers
and process isolation configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Remove unused Throwable import

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Exclude bootstrap files from PHPStan analysis

Bootstrap files contain trait stubs for testing that PHPStan
incorrectly reports as unused.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Collect coverage from reconnection te... (continued)

164 of 164 relevant lines covered (100.0%)

131.4 hits per line

Relevant lines Covered
Build:
Build:
164 RELEVANT LINES 164 COVERED LINES
131.4 HITS PER LINE
Source Files on master
  • Tree
  • List 27
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20214073855 master [Claude] Add PHP 8.5 to CI test matrix (#14) * [Claude] Add PHP 8.5 to CI test matrix * Fix PHPDoc annotation order for php-cs-fixer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthro... push 14 Dec 2025 09:03PM UTC web-flow github
100.0
20213696045 claude/php-8.5-support Collect coverage from reconnection tests Add --coverage-clover flag to reconnection tests and upload both coverage reports to Coveralls. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@ant... Pull #14 14 Dec 2025 08:30PM UTC mpyw github
100.0
20213075082 claude/php-8.5-support Exclude bootstrap files from PHPStan analysis Bootstrap files contain trait stubs for testing that PHPStan incorrectly reports as unused. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@an... Pull #14 14 Dec 2025 07:35PM UTC mpyw github
95.73
13646015787 v4.4.1 refactor: 💡 Remove useless branch push 04 Mar 2025 04:08AM UTC mpyw github
100.0
13646006723 master refactor: 💡 Remove useless branch push 04 Mar 2025 04:07AM UTC mpyw github
100.0
13645973467 v4.4.0 Bump version and Fixes wrong documentation (#13) * chore: 🤖 Bump version * docs: ✏️ Correct wrong documentation ✅ Closes: #12 * fix: 🐛 Use static reflection * test: 💍 Remove useless assertion * test: 💍 Don't use `env()` in tests * style: 💄 ... push 04 Mar 2025 04:05AM UTC web-flow github
99.4
13645954246 v4.3.1 Bump version and Fixes wrong documentation (#13) * chore: 🤖 Bump version * docs: ✏️ Correct wrong documentation ✅ Closes: #12 * fix: 🐛 Use static reflection * test: 💍 Remove useless assertion * test: 💍 Don't use `env()` in tests * style: 💄 ... push 04 Mar 2025 04:03AM UTC web-flow github
99.4
13645926722 master Bump version and Fixes wrong documentation (#13) * chore: 🤖 Bump version * docs: ✏️ Correct wrong documentation ✅ Closes: #12 * fix: 🐛 Use static reflection * test: 💍 Remove useless assertion * test: 💍 Don't use `env()` in tests * style: 💄 ... push 04 Mar 2025 04:00AM UTC web-flow github
99.4
13645903608 bump-version style: 💄 php-cs-fixer Pull #13 04 Mar 2025 03:58AM UTC mpyw github
99.4
13645261617 bump-version chore: 🤖 Bump version Pull #13 04 Mar 2025 03:00AM UTC mpyw github
99.4
See All Builds (76)
  • Repo on GitHub
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

© 2025 Coveralls, Inc