You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanded deterministic unit-test coverage for client configuration, raw request wrappers, Price/OHLCV optional parameters, transport defaults, retry behaviour, HTTP status mapping, and invalid response handling.
Codecov quality gate requiring at least 80% coverage for both project and patch status checks.
Changed
Increased SDK library coverage to 94.2%.
Updated Codecov reporting to measure only the SDK packages (., ./price, and ./transport).
Examples are still built in CI but excluded from coverage reports because they are executable demos without unit tests or live API calls.
Updated CI workflows to use Go 1.22+ and separate race-enabled test execution from library coverage collection.