-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cleanup for revoked tokens with appropriate indexes #234
Add cleanup for revoked tokens with appropriate indexes #234
Conversation
Codecov Report
@@ Coverage Diff @@
## v3.x #234 +/- ##
============================================
+ Coverage 92.65% 93.09% +0.44%
- Complexity 395 415 +20
============================================
Files 59 60 +1
Lines 1415 1507 +92
============================================
+ Hits 1311 1403 +92
Misses 104 104
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franjo-zadelj-trikoder The pipeline is broken:
dev/bin/php-test composer test -- --colors=always --coverage-clover=coverage.xml --debug
> phpunit '--colors=always' '--coverage-clover=coverage.xml' '--debug'
PHP Parse error: syntax error, unexpected ')' in /app/src/Tests/Acceptance/ClearRevokedTokensCommandTest.php on line 187
Parse error: syntax error, unexpected ')' in /app/src/Tests/Acceptance/ClearRevokedTokensCommandTest.php on line 187
Script phpunit handling the test event returned with error code 255
The command "dev/bin/php-test composer test -- --colors=always --coverage-clover=coverage.xml --debug" exited with 255.
Cleanup for revoked tokens + indexes