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

Domain Traversal Refactoring #398

Merged
merged 6 commits into from
Mar 16, 2024

Ask pytest to ignore parsing `tests/support` folder

89ce70d
Select commit
Loading
Failed to load commit list.
Merged

Domain Traversal Refactoring #398

Ask pytest to ignore parsing `tests/support` folder
89ce70d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 16, 2024 in 0s

84.23% (-0.08%) compared to 9955576

View this Pull Request on Codecov

84.23% (-0.08%) compared to 9955576

Details

Codecov Report

Attention: Patch coverage is 55.55556% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 84.23%. Comparing base (9955576) to head (89ce70d).

Files Patch % Lines
src/protean/cli.py 0.00% 8 Missing ⚠️
src/protean/adapters/repository/__init__.py 0.00% 1 Missing and 1 partial ⚠️
src/protean/adapters/repository/elasticsearch.py 50.00% 1 Missing ⚠️
src/protean/adapters/repository/sqlalchemy.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #398      +/-   ##
==========================================
- Coverage   84.31%   84.23%   -0.08%     
==========================================
  Files          67       67              
  Lines        5290     5297       +7     
  Branches      978      979       +1     
==========================================
+ Hits         4460     4462       +2     
- Misses        631      636       +5     
  Partials      199      199              

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