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

♻️ REFACTOR: Move internal Rule/Delimiter to dataclass #211

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

chrisjsewell
Copy link
Member

In order to remove attr dependency

@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #211 (e82d06e) into master (063268b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files          61       61           
  Lines        3242     3242           
=======================================
  Hits         3117     3117           
  Misses        125      125           
Flag Coverage Δ
pytests 96.14% <100.00%> (ø)

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

Impacted Files Coverage Δ
markdown_it/ruler.py 89.65% <100.00%> (ø)
markdown_it/rules_inline/state_inline.py 97.89% <100.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 063268b...e82d06e. Read the comment docs.

@chrisjsewell chrisjsewell merged commit ead951d into master Apr 14, 2022
@chrisjsewell chrisjsewell deleted the dataclass-internal branch April 14, 2022 22:57
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