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

fix: make setting the cipher suite as an array or suites #6

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

mikefero
Copy link
Owner

This fix allows for cipher suites to now be set as an array or suites that are supported by the certificate/key pair provided. Doing so makes this more cosnistent with other fields like versions where a round-robin of cipher suite to use will be used.

This commit also adds a Codecov.io YAML configuration file which will currently ignore main.go as this file will not contain tests.

This fix allows for cipher suites to now be set as an array or suites
that are supported by the certificate/key pair provided. Doing so makes
this more cosnistent with other fields like `versions` where a
round-robin of cipher suite to use will be used.
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 66.00%. Comparing base (7da9740) to head (1c5b28e).
Report is 1 commits behind head on main.

Files Patch % Lines
internal/config/config.go 0.00% 2 Missing and 2 partials ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   56.99%   66.00%   +9.01%     
==========================================
  Files          11       10       -1     
  Lines         937      809     -128     
==========================================
  Hits          534      534              
+ Misses        352      222     -130     
- Partials       51       53       +2     

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

@mikefero mikefero force-pushed the fix/cipher_suite_array branch from 57d977f to 5f1ef2f Compare July 15, 2024 16:45
This initial codecov configuraiton file is being supplied to simply
ignore main.go as there are no tests that will be included for this
file.
@mikefero mikefero force-pushed the fix/cipher_suite_array branch from 5f1ef2f to 1c5b28e Compare July 15, 2024 16:46
@mikefero mikefero merged commit e40bc14 into main Jul 15, 2024
2 checks passed
@mikefero mikefero deleted the fix/cipher_suite_array branch July 15, 2024 16:49
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.

2 participants