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

Pr 323 #422

Merged
merged 5 commits into from
Dec 6, 2023
Merged

Pr 323 #422

merged 5 commits into from
Dec 6, 2023

Conversation

jdelapla
Copy link
Contributor

@jdelapla jdelapla commented Dec 5, 2023

Issue #, if available:
#323
Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jdelapla jdelapla changed the base branch from master to develop December 5, 2023 23:03
@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (4f1e798) 62.83% compared to head (4ed4824) 62.67%.

❗ Current head 4ed4824 differs from pull request most recent head eebe8a7. Consider uploading reports for the commit eebe8a7 to get more accurate results

Files Patch % Lines
src/source/Common/AwsV4Signer.c 35.71% 9 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #422      +/-   ##
===========================================
- Coverage    62.83%   62.67%   -0.17%     
===========================================
  Files           32       32              
  Lines         4599     4614      +15     
===========================================
+ Hits          2890     2892       +2     
- Misses        1709     1722      +13     

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

@@ -117,6 +118,12 @@ STATUS signAwsRequestInfo(PRequestInfo pRequestInfo)

CHK(pRequestInfo != NULL && pRequestInfo->pAwsCredentials != NULL, STATUS_NULL_ARG);

// signAwsRequestInfo is a public api function, if service is not specified default to "kinesisvideo" so no breaking changes are introduced to the
// api
if (pRequestInfo->service[0] == L'\0') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor but we can use IS_EMPTY_STRING instead.

Copy link
Contributor

Choose a reason for hiding this comment

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

Same below on L179

@jdelapla jdelapla merged commit b237bd4 into develop Dec 6, 2023
17 checks passed
@sirknightj sirknightj mentioned this pull request Dec 7, 2023
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.

5 participants