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: __slots__ for dataclasses #214

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

hukkin
Copy link
Member

@hukkin hukkin commented Apr 15, 2022

No description provided.

@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #214 (6547c89) into master (2a67873) will decrease coverage by 0.01%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
- Coverage   96.10%   96.08%   -0.02%     
==========================================
  Files          61       62       +1     
  Lines        3211     3221      +10     
==========================================
+ Hits         3086     3095       +9     
- Misses        125      126       +1     
Flag Coverage Δ
pytests 96.08% <92.30%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
markdown_it/_compat.py 85.71% <85.71%> (ø)
markdown_it/ruler.py 89.74% <100.00%> (+0.08%) ⬆️
markdown_it/rules_inline/state_inline.py 97.91% <100.00%> (+0.02%) ⬆️
markdown_it/token.py 89.55% <100.00%> (+0.15%) ⬆️

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 2a67873...6547c89. Read the comment docs.

@hukkin hukkin mentioned this pull request Apr 15, 2022
Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cheers

@chrisjsewell chrisjsewell merged commit 145a484 into executablebooks:master Apr 16, 2022
@hukkin hukkin deleted the dc-slots branch April 16, 2022 16:53
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

2 participants