awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
262 stars 159 forks source link

Fix test skipping #1118

Closed graebm closed 5 months ago

graebm commented 5 months ago

Issue:

The SKIP code worked in aws-crt-cpp's tests, not in any aws-c-* tests

Description of changes:

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

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.12%. Comparing base (ce899b9) to head (1b28e99).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1118 +/- ## ======================================= Coverage 83.12% 83.12% ======================================= Files 56 56 Lines 5754 5754 ======================================= Hits 4783 4783 Misses 971 971 ```

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