awslabs / aws-c-io

This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.
Apache License 2.0
109 stars 61 forks source link

Fix a bunch of places we forget to aws_raise_error() #622

Closed graebm closed 7 months ago

graebm commented 7 months ago

See: https://github.com/awslabs/aws-c-common/pull/1089

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (4c65ce5) 80.07% compared to head (b39cd6b) 80.04%.

Files Patch % Lines
source/channel.c 0.00% 1 Missing :warning:
source/posix/socket.c 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #622 +/- ## ========================================== - Coverage 80.07% 80.04% -0.03% ========================================== Files 28 28 Lines 5946 5949 +3 ========================================== + Hits 4761 4762 +1 - Misses 1185 1187 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.