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

🔧 Improve typing for MarkdownIt.add_render_rule #287

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

chrisjsewell
Copy link
Member

Make the function signtature more explicit

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Patch coverage: 91.66% and project coverage change: -0.03 ⚠️

Comparison is base (bee6d19) 95.17% compared to head (a43a87b) 95.14%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #287      +/-   ##
==========================================
- Coverage   95.17%   95.14%   -0.03%     
==========================================
  Files          64       64              
  Lines        3437     3443       +6     
==========================================
+ Hits         3271     3276       +5     
- Misses        166      167       +1     
Flag Coverage Δ
pytests 95.14% <91.66%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
markdown_it/main.py 87.07% <50.00%> (ø)
markdown_it/renderer.py 98.27% <80.00%> (-0.84%) ⬇️
markdown_it/parser_block.py 91.83% <100.00%> (ø)
markdown_it/parser_core.py 100.00% <100.00%> (ø)
markdown_it/parser_inline.py 95.52% <100.00%> (ø)
markdown_it/ruler.py 87.78% <100.00%> (+0.18%) ⬆️
markdown_it/rules_block/state_block.py 86.95% <100.00%> (ø)
markdown_it/rules_inline/state_inline.py 97.72% <100.00%> (+0.02%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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

1 participant