-
Notifications
You must be signed in to change notification settings - Fork 1
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
add auto reload support #27
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
==========================================
+ Coverage 91.27% 92.07% +0.79%
==========================================
Files 19 19
Lines 1720 1830 +110
==========================================
+ Hits 1570 1685 +115
+ Misses 150 145 -5
... and 2 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
* add auto reload support * fix python tests below 3.8 * remove --reuse-port, as it's enabled by default * add timeout option in tasks.create --------- Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
* add auto reload support * fix python tests below 3.8 * remove --reuse-port, as it's enabled by default * add timeout option in tasks.create --------- Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
No description provided.