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

Reproduce and fix the issue with notebooks paired with scripts in a folder #813

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jul 8, 2021

Closes #806

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@76ce21c). Click here to learn what that means.
The diff coverage is 97.48%.

❗ Current head 1ef87f2 differs from pull request most recent head 66418e8. Consider uploading reports for the commit 66418e8 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##             master     #813   +/-   ##
=========================================
  Coverage          ?   99.08%           
=========================================
  Files             ?      106           
  Lines             ?    10288           
  Branches          ?        0           
=========================================
  Hits              ?    10194           
  Misses            ?       94           
  Partials          ?        0           
Impacted Files Coverage Δ
jupytext/reraise.py 25.00% <25.00%> (ø)
jupytext/kernels.py 92.85% <92.85%> (ø)
jupytext/config.py 95.10% <95.10%> (ø)
jupytext/pep8.py 95.58% <95.58%> (ø)
jupytext/cli.py 96.10% <96.04%> (ø)
jupytext/pandoc.py 96.61% <96.61%> (ø)
jupytext/cell_reader.py 97.18% <96.97%> (ø)
jupytext/cell_to_text.py 97.80% <97.16%> (ø)
jupytext/myst.py 97.19% <97.19%> (ø)
jupytext/contentsmanager.py 97.85% <97.73%> (ø)
... and 17 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 76ce21c...66418e8. Read the comment docs.

@mwouts mwouts force-pushed the fix_806 branch 3 times, most recently from a0b538e to 1ef87f2 Compare July 11, 2021 21:15
Reproduce and fix an `InconsistentPath` issue with notebooks paired with scripts in a folder
@mwouts mwouts merged commit d881c19 into master Jul 12, 2021
@mwouts mwouts deleted the fix_806 branch July 12, 2021 20:40
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 notebook call from a paired script fails with InconsistentPath
1 participant