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
263 stars 159 forks source link

Fix weird decimal formatting in tests #1121

Closed graebm closed 5 months ago

graebm commented 5 months ago

When we switched test harness to print errors as decimals in PR https://github.com/awslabs/aws-c-common/pull/1100, we forgot to remove some of the hex decorations

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 (24ac711) to head (8ac5e29).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1121 +/- ## ======================================= 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.