Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd trakt.tv provider #321
Conversation
Your own trackt.tv test fails with
If you solve that, we can get it merged. |
This comment has been minimized.
This comment has been minimized.
@ldesplat Ups, sorry. Will check and correct the tests. Thank you |
This comment has been minimized.
This comment has been minimized.
missing that 0.06% coverage |
This comment has been minimized.
This comment has been minimized.
@AdriVanHoudt @ldesplat yeah, I saw the failing tests due to coverage. Can you please tell me how to add test coverage for It's this line:
in the trakt.js provider. |
This comment has been minimized.
This comment has been minimized.
So you need a test that covers passing options and one that covers it defaulting to {} |
This comment has been minimized.
This comment has been minimized.
Thank you buddy. I didn’t notice at first what was missing. I thought the default option is fine, but —of course— needs testing as well |
This comment has been minimized.
This comment has been minimized.
@ldesplat Hi Loïs, I fixed the failing tests and coverage is at 100%. Any chance to get this merged? Thank you! |
LGTM |
This comment has been minimized.
This comment has been minimized.
Failing tests are normal and nothing to worry about. Just new node globals and we're still on such old versions of our dependencies. Thank you! |
This comment has been minimized.
This comment has been minimized.
@ldesplat @AdriVanHoudt Thank you for merging! |
marcuspoehls commentedSep 11, 2017
The provider to support the trakt.tv OAuth API is yet missing. This PR helps to add support for trakt.
It uses the extended trakt.tv user profile by default.
Hopefully this helps users to connect with trakt.tv’s OAuth API :)