wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.62k stars 234 forks source link

start web service when there are some registered blueprints #336

Closed wj-Mcat closed 2 years ago

wj-Mcat commented 2 years ago

Try to Fix: https://github.com/wechaty/python-wechaty/issues/335

codecov[bot] commented 2 years ago

Codecov Report

Merging #336 (12433da) into master (30ce0a0) will decrease coverage by 0.06%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
- Coverage   41.13%   41.06%   -0.07%     
==========================================
  Files          27       27              
  Lines        1928     1931       +3     
==========================================
  Hits          793      793              
- Misses       1135     1138       +3     
Flag Coverage Δ
unittests 41.06% <0.00%> (-0.07%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/wechaty/plugin.py 28.05% <0.00%> (-0.31%) :arrow_down:
wj-Mcat commented 2 years ago

The Codecov report should be fixed later.