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

achannarasappa / ticker
88%

Build:
DEFAULT BRANCH: master
Repo Added 30 Jan 2021 07:36PM UTC
Files 25
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • ci/lint-pr-title
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/dependency-review-action-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/stale-10
  • dependabot/github_actions/docker/login-action-4
  • dependabot/github_actions/docker/setup-buildx-action-4
  • dependabot/github_actions/docker/setup-qemu-action-4
  • dependabot/github_actions/goreleaser/goreleaser-action-7
  • dependabot/github_actions/samuelmeuli/action-snapcraft-3
  • dependabot/github_actions/wagoid/commitlint-github-action-6
  • dependabot/go_modules/github.com/onsi/ginkgo/v2-2.28.3
  • dependabot/go_modules/github.com/onsi/ginkgo/v2-2.29.0
  • dependabot/go_modules/github.com/onsi/ginkgo/v2-2.31.0
  • dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.0
  • dependabot/go_modules/github.com/onsi/gomega-1.40.0
  • dependabot/go_modules/github.com/onsi/gomega-1.41.0
  • dependabot/go_modules/github.com/onsi/gomega-1.42.0
  • dependabot/go_modules/github.com/onsi/gomega-1.42.1
  • feat/minor-currency-support
  • feat/reference-data-cache
  • feature/interactive-sort
  • fix-yahoo-quote-unmarshal
  • include-groups
  • master
  • refactor-assets
  • refs/heads/master
  • refs/tags/3.0.7
  • refs/tags/4.0.6
  • refs/tags/v2.2.0
  • refs/tags/v2.3.0
  • refs/tags/v2.4.0
  • refs/tags/v3.0.0
  • refs/tags/v3.0.1
  • refs/tags/v3.0.10
  • refs/tags/v3.0.2
  • refs/tags/v3.0.3
  • refs/tags/v3.0.4
  • refs/tags/v3.0.5
  • refs/tags/v3.0.6
  • refs/tags/v3.0.7
  • refs/tags/v3.0.8
  • refs/tags/v3.0.9
  • refs/tags/v3.1.0
  • refs/tags/v3.1.1
  • refs/tags/v3.1.2
  • refs/tags/v3.1.4
  • refs/tags/v3.1.5
  • refs/tags/v3.1.6
  • refs/tags/v3.1.7
  • refs/tags/v3.1.8
  • refs/tags/v3.1.9
  • refs/tags/v4.0.0
  • refs/tags/v4.0.1
  • refs/tags/v4.0.2
  • refs/tags/v4.0.3
  • refs/tags/v4.0.4
  • refs/tags/v4.0.5
  • refs/tags/v4.1.0
  • refs/tags/v4.1.1
  • refs/tags/v4.2.0
  • refs/tags/v4.2.1
  • refs/tags/v4.3.0
  • refs/tags/v4.4.1
  • refs/tags/v4.4.2
  • refs/tags/v4.4.3
  • refs/tags/v4.4.4
  • refs/tags/v4.5.0
  • refs/tags/v4.5.1
  • refs/tags/v4.5.10
  • refs/tags/v4.5.13
  • refs/tags/v4.5.14
  • refs/tags/v4.5.2
  • refs/tags/v4.5.3
  • refs/tags/v4.5.4
  • refs/tags/v4.5.6
  • refs/tags/v4.5.7
  • refs/tags/v4.5.8
  • refs/tags/v4.5.9
  • streaming-prices
  • support-minor-currencies
  • v4
  • v4.6.0
  • v4.6.1
  • v4.6.2
  • v4.6.3
  • v4.7.0
  • v4.7.1
  • v4.8.0
  • v4.8.1
  • v5.0.0
  • v5.0.1
  • v5.0.2
  • v5.0.3
  • v5.0.4
  • v5.0.5
  • v5.0.6
  • v5.0.7
  • v5.1.0
  • v5.2.0
  • v5.2.1
  • v5.3.0
  • yahoo-batch

28 Jun 2026 09:50PM UTC coverage: 88.344% (+0.1%) from 88.247%
28337145250

push

github

web-flow
feat: implement caching for reference data (#376)

- Introduced a caching layer to store ticker symbols and currency rates,
  reducing network requests and improving performance.
- Updated the CLI to support cache configuration via command-line options and
  configuration files.
- Enhanced the symbol retrieval process to utilize cached data when available.
- Implemented cache expiration policies for currency rates and symbol mappings.
- Added tests to verify cache functionality and ensure correct behavior when
  data is served from the cache.
- Refactored updater logic to use the cache for checking the latest version,
  simplifying the code and improving efficiency.

225 of 252 new or added lines in 9 files covered. (89.29%)

1 existing line in 1 file now uncovered.

3259 of 3689 relevant lines covered (88.34%)

0.98 hits per line

Relevant lines Covered
Build:
Build:
3689 RELEVANT LINES 3259 COVERED LINES
0.98 HITS PER LINE
Source Files on master
  • Tree
  • List 25
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28337145250 master feat: implement caching for reference data (#376) - Introduced a caching layer to store ticker symbols and currency rates, reducing network requests and improving performance. - Updated the CLI to support cache configuration via command-line op... push 28 Jun 2026 09:51PM UTC web-flow github
88.34
28337084122 feat/reference-data-cache feat: implement caching for reference data - Introduced a caching layer to store ticker symbols and currency rates, reducing network requests and improving performance. - Updated the CLI to support cache configuration via command-line options a... Pull #376 28 Jun 2026 09:48PM UTC achannarasappa github
88.29
28336977529 feat/reference-data-cache feat: implement caching for reference data - Introduced a caching layer to store ticker symbols and currency rates, reducing network requests and improving performance. - Updated the CLI to support cache configuration via command-line options and... Pull #376 28 Jun 2026 09:44PM UTC achannarasappa github
88.34
28332786797 feat/reference-data-cache feat: add opt-in reference data cache shared between instances Add a file-based, inter-process cache for the reference data fetched once at startup so multiple ticker instances on the same machine can share it, speeding up startup and reducing pr... push 28 Jun 2026 07:05PM UTC achannarasappa github
88.28
28332032947 master chore: upgrade dependencies push 28 Jun 2026 06:37PM UTC achannarasappa github
88.25
28327466663 master fix: position weights with minor currencies push 28 Jun 2026 03:46PM UTC achannarasappa github
88.19
28094483003 dependabot/go_modules/github.com/onsi/gomega-1.42.1 build(deps): bump github.com/onsi/gomega from 1.39.1 to 1.42.1 Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.1 to 1.42.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/... Pull #374 24 Jun 2026 11:15AM UTC web-flow github
88.24
28094489639 dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.0 build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.2 to 2.32.0 Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.2 to 2.32.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com... Pull #375 24 Jun 2026 11:15AM UTC web-flow github
88.18
27911454900 v5.3.0 ci: lint pull request titles to enforce conventional squash commits (#373) * ci: lint pull request titles to enforce conventional squash commits * ci: replace third-party action with inline PR title check push 21 Jun 2026 05:06PM UTC web-flow github
88.18
27911267250 master ci: lint pull request titles to enforce conventional squash commits (#373) * ci: lint pull request titles to enforce conventional squash commits * ci: replace third-party action with inline PR title check push 21 Jun 2026 04:59PM UTC web-flow github
88.18
See All Builds (456)
  • Repo on GitHub
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