• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stores-com / bloodhound
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: fedex-package
DEFAULT BRANCH: main
Repo Added 12 Feb 2026 05:07PM UTC
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH document-v4-error-and-timezone-changes
branch: document-v4-error-and-timezone-changes
CHANGE BRANCH
x
Reset
  • document-v4-error-and-timezone-changes
  • USPS-404-handling
  • USPS-client-migration
  • add-xpo-carrier
  • bump-4.0.2
  • bump-4.1.0
  • bump-dhl-ecommerce-solutions-1
  • dependabot/github_actions/actions/setup-node-7
  • dhl-backoff-429
  • dhl-ecommerce-async-await
  • dhl-ecommerce-solutions-0.5
  • dhl-impb-ecs
  • dhl-no-retry-on-4xx
  • dhl-outer-retry-4xx
  • dhl-processed-through-usps-sort
  • fedex-package
  • fedex-request-to-fetch
  • fix-404-detection-by-status
  • fix-event-sort
  • fix-publish-gate
  • fix/usps-status-category-fallback
  • four-small-fixes
  • guard-ups-incomplete-timestamp
  • main
  • ontrac-mock-carrier-api
  • promise-carriers
  • remove-callbacks
  • remove-geocoding
  • remove-nock
  • remove-pitney-bowes-support
  • remove-request-dependency
  • remove-usps-fallback
  • request-to-fetch
  • skip-geocoding-and-default-timezone
  • stringify-USPS-error
  • test
  • update-package-version
  • update-pitney-bowes
  • update-readme

30 Jul 2026 03:07AM UTC coverage: 86.736%. Remained the same
30510346662

Pull #178

github

freshlogic
Document the v4 error-shape change and UPS's UTC timezone fallback

Two gaps found reading main over before publishing 4.0.0.

The CHANGELOG never said that carriers/dhl.js and carriers/fedEx.js moved to native
fetch and now reject with @stores.com/http-error. That is the most disruptive change
in the release and the easiest to hit silently: FedEx used to reject with http-errors,
which put the status on err.status/err.statusCode, and DHL used to reject with a plain
Error whose message was "<status> <method> <url> <body>". Now both carry
err.name === 'HttpError', a "<status> <statusText>" message that the response body's
errors[] text replaces when it has any, and the status only at err.cause.status —
which is what test/carriers/dhl.js asserts today. Also records that `request` is gone
(it was required by those two files but never declared, resolving transitively through
node-geocoder) along with `http-errors` and the unused `xml2js`.

The README said an offsetless timestamp falls back to the local machine's timezone,
which stopped being true for UPS when Mail Innovations timestamps started reading
`defaultTimezone`: UPS falls back to UTC. The `defaultTimezone` option also still
listed DHL and USPS only, omitting Pitney Bowes and now UPS.

Docs only — no code changes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #178: Document the v4 error-shape change and UPS's UTC timezone fallback

327 of 388 branches covered (84.28%)

Branch coverage included in aggregate %.

1517 of 1738 relevant lines covered (87.28%)

17.05 hits per line

Relevant lines Covered
Build:
Build:
1738 RELEVANT LINES 1517 COVERED LINES
17.05 HITS PER LINE
Source Files on document-v4-error-and-timezone-changes
  • Tree
  • List 12
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30510346662 document-v4-error-and-timezone-changes Document the v4 error-shape change and UPS's UTC timezone fallback Two gaps found reading main over before publishing 4.0.0. The CHANGELOG never said that carriers/dhl.js and carriers/fedEx.js moved to native fetch and now reject with @stores.co... Pull #178 30 Jul 2026 03:08AM UTC freshlogic github
86.74
30510348831 document-v4-error-and-timezone-changes Merge ec613b43d into 30dddf629 Pull #178 30 Jul 2026 03:08AM UTC web-flow github
86.74
See All Builds (152)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc