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

Compute the script extension for each file #430

Merged
merged 2 commits into from
Feb 11, 2020
Merged

Compute the script extension for each file #430

merged 2 commits into from
Feb 11, 2020

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Feb 11, 2020

Fix #428

@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #430 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #430      +/-   ##
==========================================
+ Coverage   98.94%   98.94%   +<.01%     
==========================================
  Files          75       75              
  Lines        7645     7646       +1     
==========================================
+ Hits         7564     7565       +1     
  Misses         81       81
Impacted Files Coverage Δ
jupytext/cli.py 95.62% <100%> (ø) ⬆️
tests/test_mirror.py 100% <100%> (ø) ⬆️
jupytext/version.py 100% <100%> (ø) ⬆️
jupytext/formats.py 98.67% <100%> (ø) ⬆️

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 0dec43d...6345de8. Read the comment docs.

@mwouts mwouts merged commit bcf1a7b into master Feb 11, 2020
@mwouts mwouts deleted the fix_428 branch February 16, 2020 22:33
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.

Jupytext --to script uses the same destination extension for all the notebooks
1 participant