.github/workflows/phpstan.yml | |
|
|
.github/workflows/swagger.yml | |
|
|
.github/workflows/test-cc.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
ADMIN.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/factories/TagFactory.php | 14 | A 0 mins |
|
database/migrations/2021_04_26_092614_create_tags_table.php | 20 | A 0 mins |
|
database/seeders/TagsPermissionSeeder.php | 24 | A 0 mins |
|
database/seeders/TagsSeeder.php | 44 | A 1 hr |
|
env/codecov/phpunit.xml | |
|
|
env/codecov/testbench.yaml | |
|
|
env/docker-compose.yml | |
|
|
env/mysql/phpunit.xml | |
|
|
env/mysql/testbench.yaml | |
|
|
env/openapi/config.php | 1 | A 0 mins |
|
env/postgres/phpunit.xml | |
|
|
env/postgres/testbench.yaml | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
resources/lang/en/permissions.php | 7 | A 0 mins |
|
resources/lang/pl/permissions.php | 7 | A 0 mins |
|
src/AuthServiceProvider.php | 19 | A 0 mins | C 75% |
src/Dto/TagDto.php | 33 | A 0 mins | A 100% |
src/Enums/TagsPermissionsEnum.php | 9 | A 0 mins | F 0% |
src/EscolaLmsTagsServiceProvider.php | 48 | A 0 mins | A 100% |
src/Http/Controllers/Swagger/TagsApiSwagger.php | 15 | A 0 mins | F 0% |
src/Http/Controllers/TagsAPIController.php | 66 | A 0 mins | B 86% |
src/Http/Request/TagInsertRequest.php | 19 | A 0 mins | A 100% |
src/Http/Request/TagRemoveRequest.php | 17 | A 0 mins | A 100% |
src/Models/Tag.php | 34 | A 0 mins | F 0% |
src/Policies/TagPolicy.php | 18 | A 0 mins | F 50% |
src/Repository/Contracts/TagRepositoryContract.php | 12 | A 0 mins | F 0% |
src/Repository/TagRepository.php | 45 | A 0 mins | F 47% |
src/Services/Contracts/TagServiceContract.php | 9 | A 0 mins | F 0% |
src/Services/TagService.php | 35 | A 0 mins | A 100% |
src/config.php | 4 | A 0 mins | A 100% |
src/routes.php | 15 | A 0 mins | A 100% |
testbench.yaml | |
|
|