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

[nasa/cryptolib#244] Added has_ocf field to Crypto_Config_Add_Gvcid_M… #254

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

Donnie-Ice
Copy link
Contributor

Added has_ocf field to all Crypto_Config_Add_Gvcid_Managed_Parameter() function calls. May need to revisit unit tests to ensure everything is being covered.

@Donnie-Ice Donnie-Ice self-assigned this Jun 10, 2024
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 82.71%. Comparing base (ab4c7c8) to head (0168840).

Files Patch % Lines
test/unit/ut_sadb_err_cases_kmc_crypto.c 0.00% 4 Missing ⚠️
src/core/crypto_config.c 81.25% 3 Missing ⚠️
test/unit/ut_mysql_m_tls_connection.c 0.00% 2 Missing ⚠️
test/unit/ut_mysql_tls_connection.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #254      +/-   ##
==========================================
+ Coverage   82.67%   82.71%   +0.04%     
==========================================
  Files          39       39              
  Lines       10020    10022       +2     
  Branches      813      813              
==========================================
+ Hits         8284     8290       +6     
+ Misses       1436     1434       -2     
+ Partials      300      298       -2     

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

@@ -497,6 +500,7 @@ int32_t Crypto_Config_Add_Gvcid_Managed_Parameter(uint8_t tfvn, uint16_t scid, u
gvcid_managed_parameters->vcid = vcid;
gvcid_managed_parameters->has_fecf = has_fecf;
gvcid_managed_parameters->has_segmentation_hdr = has_segmentation_hdr;
gvcid_managed_parameters->has_ocf = has_ocf;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just calling this out as what the goal of the issue was - looks good!

@Donnie-Ice Donnie-Ice merged commit 3c2a3d4 into dev Jun 11, 2024
5 checks passed
@Donnie-Ice Donnie-Ice deleted the 244-gvcidmanagedparameters_t-has_ocf-field branch June 11, 2024 18:44
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.

4 participants