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

RonasIT / laravel-empty-project / 21240361680

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

push

github

web-flow
Merge pull request #138 from RonasIT/dpankratov/move-logic-to-initializator

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/Http/Resources/User/RoleResource.php
1
<?php
2

3
namespace App\Http\Resources\User;
4

5
use RonasIT\Support\Http\BaseResource;
6

7
class RoleResource extends BaseResource
8
{
9
    public function toArray($request): array
10
    {
UNCOV
11
        return [
×
UNCOV
12
            'id' => $this->resource->id,
×
UNCOV
13
            'name' => $this->resource->name,
×
UNCOV
14
        ];
×
15
    }
16
}
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