Closed dependabot[bot] closed 1 year ago
Breaking change to start using objects as response. Needs more work
Merging #370 (6d2eabe) into master (10e14c4) will increase coverage by
0.02%
. The diff coverage is81.81%
.
@@ Coverage Diff @@
## master #370 +/- ##
==========================================
+ Coverage 86.75% 86.77% +0.02%
==========================================
Files 111 111
Lines 8130 8150 +20
==========================================
+ Hits 7053 7072 +19
- Misses 1077 1078 +1
Flag | Coverage Δ | |
---|---|---|
unittests | 86.77% <81.81%> (+0.02%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
koala/cogs/twitch_alert/core.py | 12.28% <15.38%> (+1.56%) |
:arrow_up: |
koala/cogs/twitch_alert/cog.py | 61.42% <50.00%> (+0.19%) |
:arrow_up: |
koala/cogs/twitch_alert/twitch_handler.py | 75.51% <83.33%> (+0.51%) |
:arrow_up: |
koala/cogs/twitch_alert/db.py | 85.18% <100.00%> (+0.37%) |
:arrow_up: |
koala/cogs/twitch_alert/utils.py | 100.00% <100.00%> (ø) |
|
tests/cogs/twitch_alert/test_db.py | 100.00% <100.00%> (ø) |
|
tests/cogs/twitch_alert/test_twitch_handler.py | 96.42% <100.00%> (+0.42%) |
:arrow_up: |
tests/cogs/twitch_alert/test_utils.py | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Bumps twitchapi from 2.5.3 to 3.9.0.
Release notes
Sourced from twitchapi's releases.
... (truncated)
Changelog
Sourced from twitchapi's changelog.
... (truncated)
Commits
0c2d5c1
Bump Version to 3.9.0b671fc6
changedEventSub.listen_channel_follow
back to v1 and added `EventSub.liste...5a03b9c
auto rejoin last known channel list and trigger READY only on startup.e15c837
switch EventSub.listen_channel_follow to v2, closes #2048a97316
Addedtwitch.get_followed_channels()
, closes #203be3f198
addedTwitch.get_channel_followers
, closes #202baae023
minor refactor6c84d1e
validate and refresh token if needed when Chat bot is reconnecting. closes #220fbc99d8
Merge pull request #217 from JC-Chung/master82c2d2d
Update object.pyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)