CloudBot
CloudBot copied to clipboard
Replace permission config with DB tables
Codecov Report
Merging #348 (17c5f55) into main (9925863) will increase coverage by
0.34%. The diff coverage is99.38%.
@@ Coverage Diff @@
## main #348 +/- ##
==========================================
+ Coverage 78.01% 78.36% +0.34%
==========================================
Files 281 281
Lines 19163 19331 +168
Branches 2066 2072 +6
==========================================
+ Hits 14950 15148 +198
+ Misses 3971 3943 -28
+ Partials 242 240 -2
| Impacted Files | Coverage Δ | |
|---|---|---|
| cloudbot/config.py | 100.00% <ø> (ø) |
|
| plugins/admin_bot.py | 45.40% <75.00%> (+10.60%) |
:arrow_up: |
| cloudbot/permissions.py | 100.00% <100.00%> (+3.73%) |
:arrow_up: |
| cloudbot/util/database.py | 100.00% <100.00%> (ø) |
|
| tests/core_tests/config_test.py | 100.00% <100.00%> (ø) |
|
| tests/core_tests/irc_client_test.py | 100.00% <100.00%> (ø) |
|
| tests/core_tests/test_client.py | 100.00% <100.00%> (ø) |
|
| tests/core_tests/test_permission_manager.py | 100.00% <100.00%> (ø) |
|
| tests/plugin_tests/core_misc_test.py | 100.00% <100.00%> (ø) |
|
| tests/plugin_tests/test_admin_bot.py | 100.00% <100.00%> (ø) |
|
| ... and 3 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 9925863...17c5f55. Read the comment docs.