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

RonasIT / laravel-empty-project / 21240329022

22 Jan 2026 07:48AM UTC coverage: 97.131% (-2.6%) from 99.683%
21240329022

Pull #138

github

web-flow
Merge f135181af into e2a974b18
Pull Request #138: Dpankratov/move logic to initializator

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

7 existing lines in 4 files now uncovered.

237 of 244 relevant lines covered (97.13%)

6.18 hits per line

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

0.0
/app/Repositories/RoleRepository.php
1
<?php
2

3
namespace App\Repositories;
4

5
use App\Models\Role;
6
use RonasIT\Support\Repositories\BaseRepository;
7

8
/**
9
 * @property Role $model
10
 */
11
class RoleRepository extends BaseRepository
12
{
13
    public function __construct()
14
    {
UNCOV
15
        $this->setModel(Role::class);
×
16
    }
17
}
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