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

Stream Enhancements #441

Merged
merged 4 commits into from
Jul 7, 2024

Add tests and increase coverage

f733575
Select commit
Loading
Failed to load commit list.
Merged

Stream Enhancements #441

Add tests and increase coverage
f733575
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 7, 2024 in 0s

88.79% (+0.85%) compared to af95302

View this Pull Request on Codecov

88.79% (+0.85%) compared to af95302

Details

Codecov Report

Attention: Patch coverage is 95.78947% with 8 lines in your changes missing coverage. Please review.

Project coverage is 88.79%. Comparing base (af95302) to head (f733575).
Report is 1 commits behind head on main.

Files Patch % Lines
src/protean/domain/__init__.py 90.90% 2 Missing and 2 partials ⚠️
src/protean/cli/__init__.py 33.33% 2 Missing ⚠️
src/protean/core/entity.py 92.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #441      +/-   ##
==========================================
+ Coverage   87.93%   88.79%   +0.85%     
==========================================
  Files          71       71              
  Lines        5986     5962      -24     
  Branches     1202     1186      -16     
==========================================
+ Hits         5264     5294      +30     
+ Misses        525      496      -29     
+ Partials      197      172      -25     

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