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

michalsn / codeigniter-nested-model / 16151277242

08 Jul 2025 06:22PM UTC coverage: 95.745%. First build
16151277242

Pull #10

github

web-flow
Merge 01ca956f7 into acbe29a15
Pull Request #10: feat: add ID transformation support for relations

10 of 12 new or added lines in 1 file covered. (83.33%)

405 of 423 relevant lines covered (95.74%)

11.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Many.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Michalsn\CodeIgniterNestedModel;
6

7
readonly class Many
8
{
9
    public function __construct(public string $pivotTable, public string $pivotForeignKey, public string $pivotRelatedKey)
10
    {
11
    }
4✔
12
}
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