-
Notifications
You must be signed in to change notification settings - Fork 126
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
Added success/failure callback hooks to Authenticator. #527
Added success/failure callback hooks to Authenticator. #527
Conversation
Can you please fix the linter issues? |
@techouse fixed. Please try running the workflow again. |
Codecov Report
@@ Coverage Diff @@
## develop #527 +/- ##
===========================================
+ Coverage 93.95% 94.02% +0.07%
===========================================
Files 9 10 +1
Lines 463 469 +6
===========================================
+ Hits 435 441 +6
Misses 28 28
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@techouse looks like codecov is complaining about classes that I've already added tests for. |
… since tests were added to cover the new code.
What do you mean? The coverage went up. Can you please remove the coverage exceptions? |
Let the automation finish, since it failed on the This one so far has passed |
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.
I don't like the empty methods in the abstract. Can you change them to a getter syntax?
…s as per PR feedback.
I'm not really sure why the coverage is not picking this up. Anyhow, just fix the documentation of the |
Thank you for your contribution |
# chopper ## 7.0.9 - #527 - #529 --------- Co-authored-by: Diego Tori <[email protected]>
Addresses Issue #526.