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

Add a method to collect the DNS names from a certificate (finish work from #91 ) #103

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

add a method to collect the DNS names from a certificate

f04436e
Select commit
Loading
Failed to load commit list.
Open

Add a method to collect the DNS names from a certificate (finish work from #91 ) #103

add a method to collect the DNS names from a certificate
f04436e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2024 in 1s

76.45% (+2.89%) compared to 9cf9f45

View this Pull Request on Codecov

76.45% (+2.89%) compared to 9cf9f45

Details

Codecov Report

Attention: Patch coverage is 83.83234% with 27 lines in your changes missing coverage. Please review.

Project coverage is 76.45%. Comparing base (9cf9f45) to head (f04436e).
Report is 96 commits behind head on main.

Files with missing lines Patch % Lines
src/name/dns_name.rs 43.47% 26 Missing ⚠️
tests/integration.rs 98.91% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   73.56%   76.45%   +2.89%     
==========================================
  Files          14       14              
  Lines        1362     1525     +163     
==========================================
+ Hits         1002     1166     +164     
+ Misses        360      359       -1     

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