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

Use vector for pgp_dest_t cache #2299

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add constructor for pgp_dest_t

2254d36
Select commit
Loading
Failed to load commit list.
Open

Use vector for pgp_dest_t cache #2299

Add constructor for pgp_dest_t
2254d36
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 11, 2024 in 0s

84.85% (-0.04%) compared to bd601d5

View this Pull Request on Codecov

84.85% (-0.04%) compared to bd601d5

Details

Codecov Report

Attention: Patch coverage is 64.10256% with 14 lines in your changes missing coverage. Please review.

Project coverage is 84.85%. Comparing base (bd601d5) to head (2254d36).

Files with missing lines Patch % Lines
src/librepgp/stream-common.cpp 69.56% 7 Missing ⚠️
src/librepgp/stream-write.cpp 50.00% 5 Missing ⚠️
src/librepgp/stream-armor.cpp 50.00% 1 Missing ⚠️
src/librepgp/stream-dump.cpp 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2299      +/-   ##
==========================================
- Coverage   84.88%   84.85%   -0.04%     
==========================================
  Files         114      114              
  Lines       22785    22800      +15     
==========================================
+ Hits        19341    19346       +5     
- Misses       3444     3454      +10     

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