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

1.1.4 #243

Merged
merged 26 commits into from Jun 5, 2019
Merged

1.1.4 #243

merged 26 commits into from Jun 5, 2019

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jun 4, 2019

Improvements

BugFixes

fool65c and others added 25 commits June 4, 2019 19:59
the isinstance check `if isinstance(app.contents_manager_class, TextFileContentsManager):` will always fail because app.contents_manager_class is not an instance.  

Changing this to `if issubclass(app.contents_manager_class, TextFileContentsManager):`  will allow others to extend.

https://www.codevscolor.com/python-isinstance-issubclass/
Bash kernel also has argv[0]==python...
@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #243 into master will decrease coverage by 0.09%.
The diff coverage is 96.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #243     +/-   ##
=========================================
- Coverage   99.23%   99.14%   -0.1%     
=========================================
  Files          65       66      +1     
  Lines        6176     6286    +110     
=========================================
+ Hits         6129     6232    +103     
- Misses         47       54      +7
Impacted Files Coverage Δ
jupytext/__init__.py 100% <ø> (ø) ⬆️
tests/test_cli.py 100% <100%> (ø) ⬆️
tests/test_read_simple_python.py 100% <100%> (ø) ⬆️
jupytext/contentsmanager.py 98.43% <100%> (+1.03%) ⬆️
jupytext/header.py 99.23% <100%> (+0.05%) ⬆️
tests/test_contentsmanager.py 99.48% <100%> (-0.52%) ⬇️
jupytext/version.py 100% <100%> (ø) ⬆️
tests/test_trust_notebook.py 100% <100%> (ø) ⬆️
jupytext/jupytext.py 100% <100%> (ø) ⬆️
jupytext/formats.py 98.91% <100%> (-0.37%) ⬇️
... and 7 more

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 3f32970...530b168. Read the comment docs.

@mwouts mwouts merged commit f2d1da3 into master Jun 5, 2019
@mwouts mwouts deleted the 1.1.4 branch June 5, 2019 00:05
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

2 participants