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

Make autoreload optional and disabled by default #1482

Merged
merged 1 commit into from May 18, 2020

Conversation

jacobtomlinson
Copy link
Member

Autoreloading isn't working perfectly at the moment.

So for now I'm putting it behind a feature gate. To enable it you need to add autoreload: true to your config.

@codecov
Copy link

codecov bot commented May 18, 2020

Codecov Report

Merging #1482 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1482   +/-   ##
=======================================
  Coverage   99.90%   99.90%           
=======================================
  Files          52       52           
  Lines        3281     3283    +2     
=======================================
+ Hits         3278     3280    +2     
  Misses          3        3           
Impacted Files Coverage Δ
opsdroid/configuration/validation.py 100.00% <ø> (ø)
opsdroid/core.py 100.00% <100.00%> (ø)

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 962ad80...00d3f18. Read the comment docs.

@jacobtomlinson jacobtomlinson merged commit ec40872 into opsdroid:master May 18, 2020
@jacobtomlinson jacobtomlinson deleted the gate-autoreload branch May 18, 2020 21:49
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.

None yet

1 participant