-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(googlesheets2): first pass at passing token #198
feat(googlesheets2): first pass at passing token #198
Conversation
2bfb1b6
to
a6fcfab
Compare
Codecov Report
@@ Coverage Diff @@
## f/bearer-api-replacement #198 +/- ##
============================================================
- Coverage 97.66% 97.60% -0.06%
============================================================
Files 42 43 +1
Lines 2137 2131 -6
============================================================
- Hits 2087 2080 -7
- Misses 50 51 +1
Continue to review full report at Codecov.
|
26f7f5d
to
9ad454e
Compare
8ba1c5d
to
86e0f3f
Compare
a650e2b
to
bb803b8
Compare
@testinnplayin Je n'ai rien effacé tu peux juste revert mon commit...je ne comprends pas le souci |
C'est moi qui me suis trompée... je m'excuse ! |
19bba96
to
1e600da
Compare
1e600da
to
63a1c30
Compare
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.
Thanks for the modifications
Having a set_secrets method is way better than passing it from one function to another ^^
put in conditional to prevent bug replaced specific variable to kwargs Fixed function signature inspection - Now works for 3.6 and 3.8 - Removed version checker function from test helpers to common added test added test for codecov
63a1c30
to
ead3a22
Compare
added test for codecov fixed test
added test for codecov fixed test
added test for codecov fixed test
Change Summary
Passing an access_token and refresh token (if applicable) to the connector.
Associated PR
https://github.com/ToucanToco/laputa/pull/3574
Checklist