msaltnet / smtm

It's a game to get money
https://smtm.msalt.net
MIT License
91 stars 96 forks source link

Can send error message via telegram controller #36

Closed johnverkim closed 2 years ago

johnverkim commented 2 years ago
  1. can handle exception when work do task
  2. can send exception error message via telegram controller
codecov-commenter commented 2 years ago

Codecov Report

Merging #36 (a6eebba) into master (692cc73) will decrease coverage by 0.13%. The diff coverage is 73.68%.

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   91.54%   91.40%   -0.14%     
==========================================
  Files          26       26              
  Lines        2838     2852      +14     
==========================================
+ Hits         2598     2607       +9     
- Misses        240      245       +5     
Impacted Files Coverage Δ
smtm/worker.py 88.63% <50.00%> (-8.80%) :arrow_down:
smtm/telegram_controller.py 87.41% <80.00%> (-0.18%) :arrow_down:
smtm/operator.py 92.10% <100.00%> (+0.94%) :arrow_up:
smtm/simulation_operator.py 86.66% <0.00%> (-1.34%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 692cc73...a6eebba. Read the comment docs.