Skip to content

Markdown, update ci #321

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

Merged
merged 9 commits into from
Jun 16, 2021
Merged

Markdown, update ci #321

merged 9 commits into from
Jun 16, 2021

Conversation

tony
Copy link
Member

@tony tony commented Jun 16, 2021

No description provided.

tony added 6 commits June 16, 2021 09:08
pandoc 2.14, prettier 2.3.1, myst-parser 0.15.0

pandoc --from rst --to gfm README.rst --markdown-headings=atx | \
    sed s/"<"/"\("/g | sed s/">"/"\)"/g | \
    sed s/"-   "/"- "/g > tmp; mv tmp README.md

prettier --parser=markdown -w README.md

Inside of docs/index.md:

```{include} ../README.md
```
@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #321 (d27671b) into master (e6a3067) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #321   +/-   ##
=======================================
  Coverage   87.00%   87.00%           
=======================================
  Files          16       16           
  Lines        1516     1516           
=======================================
  Hits         1319     1319           
  Misses        197      197           
Impacted Files Coverage Δ
libtmux/pane.py 82.35% <ø> (ø)
libtmux/server.py 79.19% <ø> (ø)
libtmux/session.py 80.95% <ø> (ø)
libtmux/window.py 83.23% <ø> (ø)
setup.py 0.00% <0.00%> (ø)

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 e6a3067...d27671b. Read the comment docs.

@tony tony merged commit d5674c5 into master Jun 16, 2021
@tony tony deleted the markdown branch June 16, 2021 19:08
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.

1 participant