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

Plugin system for code formatting #12 #15

Merged
merged 4 commits into from
Sep 17, 2020
Merged

Plugin system for code formatting #12 #15

merged 4 commits into from
Sep 17, 2020

Conversation

hukkin
Copy link
Member

@hukkin hukkin commented Sep 17, 2020

Closes #12

@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2020

Codecov Report

Merging #15 into master will decrease coverage by 1.99%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   97.71%   95.72%   -2.00%     
==========================================
  Files           8        9       +1     
  Lines         350      374      +24     
==========================================
+ Hits          342      358      +16     
- Misses          8       16       +8     
Impacted Files Coverage Δ
mdformat/_renderer/token_renderers.py 95.23% <16.66%> (-4.77%) ⬇️
mdformat/_util.py 83.33% <60.00%> (-16.67%) ⬇️
mdformat/plugins.py 88.88% <88.88%> (ø)
mdformat/_api.py 90.47% <100.00%> (+1.58%) ⬆️
mdformat/_cli.py 92.59% <100.00%> (+0.28%) ⬆️

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 9169a08...a84f62d. Read the comment docs.

@hukkin hukkin merged commit 76c6fd3 into master Sep 17, 2020
@hukkin hukkin deleted the codefmt-plugins branch September 17, 2020 22:54
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.

Plugin system for code formatting
4 participants