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

Implement support for cryptography api #719

Merged
merged 10 commits into from
Jul 2, 2024

fix: refactor crypto request iterator

048d0c1
Select commit
Loading
Failed to load commit list.
Merged

Implement support for cryptography api #719

fix: refactor crypto request iterator
048d0c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 28, 2024 in 0s

86.59% (+0.22%) compared to fc0e9d1

View this Pull Request on Codecov

86.59% (+0.22%) compared to fc0e9d1

Details

Codecov Report

Attention: Patch coverage is 96.75676% with 6 lines in your changes missing coverage. Please review.

Project coverage is 86.59%. Comparing base (fc0e9d1) to head (048d0c1).
Report is 29 commits behind head on main.

Files Patch % Lines
dapr/aio/clients/grpc/_request.py 95.23% 2 Missing ⚠️
dapr/clients/grpc/_request.py 94.87% 2 Missing ⚠️
dapr/aio/clients/grpc/_response.py 96.66% 1 Missing ⚠️
dapr/clients/grpc/_response.py 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #719      +/-   ##
==========================================
+ Coverage   86.37%   86.59%   +0.22%     
==========================================
  Files          79       84       +5     
  Lines        4094     4467     +373     
==========================================
+ Hits         3536     3868     +332     
- Misses        558      599      +41     

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