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

Add --autoreload flag #380

Merged
merged 1 commit into from Jan 12, 2021
Merged

Add --autoreload flag #380

merged 1 commit into from Jan 12, 2021

Conversation

afshin
Copy link
Contributor

@afshin afshin commented Jan 12, 2021

@codecov-io
Copy link

codecov-io commented Jan 12, 2021

Codecov Report

Merging #380 (84ca636) into master (4cf7d4d) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
+ Coverage   69.07%   69.15%   +0.07%     
==========================================
  Files          56       56              
  Lines        6221     6224       +3     
  Branches      816      816              
==========================================
+ Hits         4297     4304       +7     
+ Misses       1650     1648       -2     
+ Partials      274      272       -2     
Impacted Files Coverage Δ
jupyter_server/serverapp.py 60.16% <100.00%> (+0.13%) ⬆️
jupyter_server/services/kernels/handlers.py 58.51% <0.00%> (+0.26%) ⬆️
jupyter_server/services/kernels/kernelmanager.py 81.42% <0.00%> (+1.18%) ⬆️

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 4cf7d4d...84ca636. Read the comment docs.

Copy link
Member

@kevin-bates kevin-bates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @afshin - confirmed the changes match those of the referenced NB PR sans additional formatting.

@kevin-bates kevin-bates merged commit add9743 into jupyter-server:master Jan 12, 2021
hMED22 pushed a commit to hMED22/jupyter_server that referenced this pull request Jan 23, 2023
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.

Error when using --autoreload
3 participants