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

little-apps / LittleJWT / 26266035191

22 May 2026 03:05AM UTC coverage: 83.376% (-0.2%) from 83.566%
26266035191

push

github

little-apps
Capitalize workflow name in CI config

Update .github/workflows/run-tests.yml to change the workflow name from 'run-tests' to 'Run Tests' for improved readability and consistency in the GitHub Actions UI.

1314 of 1576 relevant lines covered (83.38%)

300.92 hits per line

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

66.67
/src/Guards/Adapters/GenericAdapter.php
1
<?php
2

3
namespace LittleApps\LittleJWT\Guards\Adapters;
4

5
class GenericAdapter extends AbstractAdapter
6
{
7
    use Concerns\BuildsJwt;
8

9
    /**
10
     * Gets a callback that receives a Validator to specify the JWT validations.
11
     *
12
     * @return callable
13
     */
14
    protected function getValidatorCallback()
15
    {
16
        $validatable = $this->container->make('littlejwt.validatables.guard');
42✔
17

18
        return $validatable;
42✔
19
    }
20

21
    /**
22
     * {@inheritDoc}
23
     */
24
    protected function getConfig(): array
25
    {
26
        return config('littlejwt.guard.adapters.generic', []);
×
27
    }
28
}
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