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 Token to dataclass #212

Merged
merged 2 commits into from
Apr 15, 2022
Merged

♻️ REFACTOR: Move Token to dataclass #212

merged 2 commits into from
Apr 15, 2022

Conversation

chrisjsewell
Copy link
Member

In order to remove attrs dependency.

In order to remove `attrs` dependency.
@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #212 (953edb4) into master (cbca541) will decrease coverage by 0.02%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   96.19%   96.17%   -0.03%     
==========================================
  Files          61       61              
  Lines        3209     3213       +4     
==========================================
+ Hits         3087     3090       +3     
- Misses        122      123       +1     
Flag Coverage Δ
pytests 96.17% <90.90%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
markdown_it/token.py 89.39% <90.90%> (-0.93%) ⬇️

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 cbca541...953edb4. Read the comment docs.

@chrisjsewell chrisjsewell merged commit 6649229 into master Apr 15, 2022
@chrisjsewell chrisjsewell deleted the token-dc branch April 15, 2022 00:07
chrisjsewell added a commit to executablebooks/MyST-Parser that referenced this pull request Apr 15, 2022
This dependency has been remove from markdown-it-py,
so needs to be directly declared here
(executablebooks/markdown-it-py#212)
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