Open joshuaflanagan opened 2 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
ShipEngineSDK/Api/DownloadsApi.cs | 0 | 1 | 0.0% | ||
ShipEngineSDK/Api/TokensApi.cs | 0 | 1 | 0.0% | ||
ShipEngineSDK/Api/AddressesApi.cs | 0 | 2 | 0.0% | ||
ShipEngineSDK/Api/ServicePointsApi.cs | 0 | 2 | 0.0% | ||
ShipEngineSDK/Api/TrackingApi.cs | 0 | 3 | 0.0% | ||
ShipEngineSDK/Api/CarrierAccountsApi.cs | 0 | 4 | 0.0% | ||
ShipEngineSDK/Api/InsuranceApi.cs | 0 | 4 | 0.0% | ||
ShipEngineSDK/Api/ManifestsApi.cs | 0 | 4 | 0.0% | ||
ShipEngineSDK/Api/PackagePickupsApi.cs | 0 | 4 | 0.0% | ||
ShipEngineSDK/Api/RatesApi.cs | 0 | 4 | 0.0% | ||
<!-- | Total: | 10 | 103 | 9.71% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
ShipEngineSDK/Api/DownloadsApi.cs | 2 | 0.0% | ||
ShipEngineSDK/Api/TokensApi.cs | 2 | 0.0% | ||
ShipEngineSDK/Api/ServicePointsApi.cs | 4 | 0.0% | ||
ShipEngineSDK/Api/AddressesApi.cs | 4 | 0.0% | ||
ShipEngineSDK/Api/TrackingApi.cs | 6 | 0.0% | ||
ShipEngineSDK/Api/TagsApi.cs | 8 | 0.0% | ||
ShipEngineSDK/Api/RatesApi.cs | 8 | 0.0% | ||
ShipEngineSDK/Api/InsuranceApi.cs | 8 | 0.0% | ||
ShipEngineSDK/Api/CarrierAccountsApi.cs | 8 | 0.0% | ||
ShipEngineSDK/Api/ManifestsApi.cs | 8 | 0.0% | ||
<!-- | Total: | 186 | --> |
Totals | |
---|---|
Change from base Build 10202354177: | 0.2% |
Covered Lines: | 1229 |
Relevant Lines: | 11326 |
Callers should have access to the response headers - specifically the x-shipengine-request-id.
The significant changes are in
ShipEngineClient
,ShipEngineResponse
andapi.mustache
. The rest are the result of regeneration.