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

achannarasappa / ticker / 27910707964
88%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2026 04:38PM UTC
Jobs 1
Files 24
Run time 1min
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

21 Jun 2026 04:37PM UTC coverage: 88.24% (+0.2%) from 88.07%
27910707964

push

github

web-flow
Feat/minor currency support (#372)

* fix: differentiate minor currencies (GBp) from major (GBP)

Yahoo Finance denominates some securities in a currency's minor unit
(e.g. GBp/pence) rather than its major unit (GBP/pounds). Ticker
previously uppercased the currency code, collapsing GBp into GBP and
treating pence-denominated prices as pounds, inflating Value, Cost, and
Change figures by 100x.

Preserve the case of the Yahoo currency code so GBp survives, and
synthesize a minor-currency conversion rate by scaling the major rate by
10^-n (n = minor unit). The Yahoo pair API force-uppercases symbols, so
the pence rate is derived from the major rate rather than fetched.

Also validate that the configured display currency is a blank or 3-char
uppercase ISO 4217 major code.

Fixes #282

* build: upgrade to go 1.26.4 to resolve stdlib vulnerabilities

govulncheck flagged four Go standard library vulnerabilities affecting
the codebase (GO-2026-5039, GO-2026-5037, GO-2026-4971, GO-2026-4918),
fixed in go 1.26.3/1.26.4. Bump the go directive and pinned CI Go
versions to 1.26.4.

36 of 36 new or added lines in 4 files covered. (100.0%)

3084 of 3495 relevant lines covered (88.24%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27910707964.1 21 Jun 2026 04:38PM UTC 24
88.24
GitHub Action Run
Source Files on build 27910707964
  • Tree
  • List 24
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27910707964
  • 9420157b on github
  • Prev Build on master (#24979641045)
  • Next Build on master (#27911082176)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc