Skip to content

WIP: Custom frozen dataclasses #586

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

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

docs(frozen_dataclass_sealable) Add to `internals`

0975cfd
Select commit
Loading
Failed to load commit list.
Draft

WIP: Custom frozen dataclasses #586

docs(frozen_dataclass_sealable) Add to `internals`
0975cfd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2025 in 0s

80.25% (+0.42%) compared to 5803841

View this Pull Request on Codecov

80.25% (+0.42%) compared to 5803841

Details

Codecov Report

Attention: Patch coverage is 84.23645% with 32 lines in your changes missing coverage. Please review.

Project coverage is 80.25%. Comparing base (5803841) to head (0975cfd).

Files with missing lines Patch % Lines
src/libtmux/_internal/frozen_dataclass_sealable.py 79.25% 20 Missing and 8 partials ⚠️
src/libtmux/_internal/frozen_dataclass.py 92.85% 1 Missing and 1 partial ⚠️
.../_internal/frozen_dataclass_sealable/test_basic.py 95.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
+ Coverage   79.83%   80.25%   +0.42%     
==========================================
  Files          22       25       +3     
  Lines        1914     2117     +203     
  Branches      294      338      +44     
==========================================
+ Hits         1528     1699     +171     
- Misses        266      288      +22     
- Partials      120      130      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.