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 support for certificates from Let's Encrypt. #13

Merged
merged 11 commits into from
Dec 13, 2024

Allow arbitrary arguments to be passed through to certbot

0371e65
Select commit
Loading
Failed to load commit list.
Merged

Add support for certificates from Let's Encrypt. #13

Allow arbitrary arguments to be passed through to certbot
0371e65
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 10, 2024 in 0s

96.87% (-2.50%) compared to f8fe27a

View this Pull Request on Codecov

96.87% (-2.50%) compared to f8fe27a

Details

Codecov Report

Attention: Patch coverage is 87.35632% with 11 lines in your changes missing coverage. Please review.

Project coverage is 96.87%. Comparing base (f8fe27a) to head (0371e65).

Files with missing lines Patch % Lines
src/montagu_deploy/certbot.py 90.47% 1 Missing and 3 partials ⚠️
src/montagu_deploy/cli.py 75.00% 2 Missing and 2 partials ⚠️
src/montagu_deploy/config.py 80.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   99.36%   96.87%   -2.50%     
==========================================
  Files           4        5       +1     
  Lines         316      384      +68     
  Branches       36       51      +15     
==========================================
+ Hits          314      372      +58     
- Misses          0        5       +5     
- Partials        2        7       +5     

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