.env | |
|
|
.github/workflows/mutation.yml | |
|
|
.github/workflows/phpstan.yml | |
|
|
.github/workflows/stale-bot.yml | |
|
|
.github/workflows/swagger.yml | |
|
|
.github/workflows/test-cc.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/factories/UserFactory.php | 23 | A 0 mins |
|
database/migrations/2019_02_18_000001_escola_create_users_table.php | 34 | A 0 mins |
|
database/migrations/2020_12_08_055436_create_permission_tables.php | 94 | C 1 day |
|
database/migrations/2021_02_01_181131_create_user_settings_table.php | 21 | A 0 mins |
|
database/migrations/2021_03_11_000001_seed_roles.php | 17 | A 0 mins |
|
database/migrations/2021_03_11_000002_install_passport.php | 17 | A 0 mins |
|
database/migrations/2021_09_17_000000_make_email_unique.php | 19 | A 0 mins |
|
database/migrations/2022_05_04_090525_add_column_timezone_in_users_table.php | 19 | A 0 mins |
|
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 | |
|
|
infection.json | |
|
|
openapi.yml | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
src/Dtos/Contracts/CompareDtoContract.php | 7 | A 0 mins | F 0% |
src/Dtos/Contracts/DtoContract.php | 7 | A 0 mins | F 0% |
src/Dtos/Contracts/InstantiateFromRequest.php | 7 | A 0 mins | F 0% |
src/Dtos/CriteriaDto.php | 20 | A 0 mins | A 100% |
src/Dtos/OrderDto.php | 37 | A 0 mins | A 100% |
src/Dtos/PaginationDto.php | 51 | A 0 mins | B 85% |
src/Dtos/PeriodDto.php | 41 | A 0 mins | A 100% |
src/Enums/BasicEnum.php | 66 | A 0 mins | B 86% |
src/Enums/StatusEnum.php | 7 | A 0 mins | F 0% |
src/Enums/UserRole.php | 8 | A 0 mins | F 0% |
src/EscolaLmsServiceProvider.php | 58 | A 0 mins | A 97% |
src/Http/Controllers/CoreController.php | 17 | A 0 mins | A 100% |
src/Http/Controllers/EscolaLmsBaseController.php | 69 | A 0 mins | A 97% |
src/Http/Controllers/HealthCheckController.php | 15 | A 0 mins | A 100% |
src/Http/Controllers/Swagger/HealthCheckSwagger.php | 7 | A 0 mins | F 0% |
src/Http/Middleware/SetTimezoneForUserMiddleware.php | 18 | A 0 mins | A 100% |
src/Http/Resources/Status.php | 11 | A 0 mins | A 100% |
src/Migrations/EscolaMigration.php | 28 | A 0 mins | C 72% |
src/Models/Traits/QueryCacheable.php | 9 | A 0 mins | F 0% |