Skip to content
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

✅ bot run coverage #609

Merged
merged 54 commits into from
Jul 26, 2023
Merged

✅ bot run coverage #609

merged 54 commits into from
Jul 26, 2023

Conversation

mraniki
Copy link
Owner

@mraniki mraniki commented Jul 25, 2023

No description provided.

tests/test_unit.py Fixed Show fixed Hide fixed
@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #609 (b062ea2) into main (049be66) will increase coverage by 4.59%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

❗ Current head b062ea2 differs from pull request most recent head 174f3b5. Consider uploading reports for the commit 174f3b5 to get more accurate results

@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
+ Coverage   83.14%   87.74%   +4.59%     
==========================================
  Files           8        8              
  Lines         356      359       +3     
==========================================
+ Hits          296      315      +19     
+ Misses         60       44      -16     
Files Changed Coverage Δ
tt/bot.py 95.65% <ø> (+8.69%) ⬆️
tt/plugins/plugin_manager.py 88.13% <ø> (+8.47%) ⬆️
tt/utils.py 100.00% <100.00%> (+34.61%) ⬆️

tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
await asyncio.gather(task, asyncio.sleep(2))
start_bot.assert_awaited
listener_created = listener_instance
assert isinstance(listener_created, Listener)

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_example_plugin.py Dismissed Show dismissed Hide dismissed
tests/test_example_plugin.py Fixed Show fixed Hide fixed
tests/test_example_plugin.py Fixed Show fixed Hide fixed
tests/test_example_plugin.py Dismissed Show dismissed Hide dismissed
assert callable(plugin.stop)
assert callable(plugin.send_notification)
assert callable(plugin.send_notification)
assert callable(plugin.should_handle)

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_example_plugin.py Fixed Show fixed Hide fixed
tests/test_unit.py Dismissed Show dismissed Hide dismissed
tests/test_example_plugin.py Dismissed Show dismissed Hide dismissed
assert callable(plugin.stop)
assert callable(plugin.send_notification)
assert callable(plugin.should_handle)
assert callable(plugin.handle_message)

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
@mraniki mraniki merged commit b4bfae0 into main Jul 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant