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

ssl support #712

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

ssl support #712

wants to merge 5 commits into from

Conversation

zrvku2000
Copy link

@zrvku2000 zrvku2000 commented Jan 22, 2025

What do these changes do?

implements ssl support

Are there changes in behavior for the user?

no

Related issue number

Fixes #208

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 86.76471% with 9 lines in your changes missing coverage. Please review.

Project coverage is 95.43%. Comparing base (47680ea) to head (d3cbee4).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
aiohttp_devtools/runserver/config.py 62.50% 8 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #712      +/-   ##
==========================================
- Coverage   95.85%   95.43%   -0.42%     
==========================================
  Files          23       23              
  Lines        1714     1754      +40     
  Branches      198      203       +5     
==========================================
+ Hits         1643     1674      +31     
- Misses         46       54       +8     
- Partials       25       26       +1     

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

@Dreamsorcerer
Copy link
Member

Thanks, looking good. Just need to review the test failures and coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Features Request: Add HTTPS Support
2 participants