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

miaoxing / app / 4290881500

pending completion
4290881500

push

github

twinh
refactor(app): `UserModel` 的 `group` 关联改为引入 `BelongsToGroupTrait`

0 of 1 new or added line in 1 file covered. (0.0%)

8 of 23 relevant lines covered (34.78%)

1.04 hits per line

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

0.0
/src/Model/BelongsToGroupTrait.php
1
<?php
2

3
namespace Miaoxing\App\Model;
4

5
use Miaoxing\App\Service\GroupModel;
6

7
/**
8
 * @property GroupModel $group
9
 */
10
trait BelongsToGroupTrait
11
{
12
    public function group(): GroupModel
13
    {
NEW
14
        return $this->belongsTo(GroupModel::class);
×
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