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

kimata / amazhist-python
97%

Build:
DEFAULT BRANCH: main
Repo Added 31 Dec 2025 10:46AM UTC
Token ExxdqjQUDo9geLvKVH9ou1oshXIFoUadt regen
Build 317 Last
Files 15
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • renovate/actions-cache-5.x
  • renovate/actions-cache-6.x
  • renovate/actions-cache-digest
  • renovate/actions-checkout-6.x
  • renovate/actions-checkout-digest
  • renovate/actions-deploy-pages-5.x
  • renovate/actions-setup-python-6.x
  • renovate/actions-upload-pages-artifact-4.x
  • renovate/actions-upload-pages-artifact-5.x
  • renovate/astral-sh-setup-uv-7.x
  • renovate/astral-sh-setup-uv-8.x
  • renovate/astral-sh-setup-uv-digest
  • renovate/dorny-test-reporter-3.x
  • renovate/dorny-test-reporter-digest
  • renovate/lock-file-maintenance
  • renovate/major-github-artifact-actions
  • renovate/minor-and-patch-updates
  • renovate/pin-dependencies
  • renovate/softprops-action-gh-release-digest
  • renovate/ubuntu-22.04
  • renovate/ubuntu-24.x
  • v0.2.0
  • v0.2.1

25 Jul 2026 01:07AM UTC coverage: 96.894%. Remained the same
30137827889

push

github

web-flow
chore(deps): update minor and patch updates to v3.14 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1716 of 1771 relevant lines covered (96.89%)

0.97 hits per line

Relevant lines Covered
Build:
Build:
1771 RELEVANT LINES 1716 COVERED LINES
0.97 HITS PER LINE
Source Files on main
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30137827889 main chore(deps): update minor and patch updates to v3.14 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 25 Jul 2026 01:07AM UTC web-flow github
96.89
30133175631 main chore(deps): pin dependencies (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 24 Jul 2026 11:13PM UTC web-flow github
96.89
29290806803 main chore: .gitlab-ci.yml を py-project のテンプレート管理に移行 library 系統テンプレートから生成。before_script / cache / coverage 設定の偶発的分岐を統一。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rt4u1BRVLbQ8ZbCYD6nfNd push 13 Jul 2026 10:44PM UTC kimata github
96.89
29287462882 main chore: Dockerfile を uv ベースの標準テンプレートへ移行 (Gen-1 → Gen-2a) ubuntu:22.04 + uv 不使用の旧構成から、py-project の standard テンプレート (ubuntu:24.04 + uv + tini) へ移行。旧 CMD の ./app/amazhist.py は現存しないパスで、console script (amazhist) に置き換える。 Co-Authored-By: Claude Fable 5 ... push 13 Jul 2026 09:45PM UTC kimata github
96.89
29193054825 main fix: 新サインインページのメール入力欄 id(ap_email_login)に対応 新しいサインインページではメール入力欄の id が ap_email から ap_email_login に変更されており、メール入力と「次に進む」クリックの ブロック全体がスキップされていた。新旧両方の id にマッチするよう修正。 また、signInSubmit が見つからない場合に備えて、サインインフォーム (name="signIn")内の submit ボタンへのフォールバックを追加。 C... push 12 Jul 2026 12:41PM UTC kimata github
96.89
29192592356 main fix: 新サインインページのボタン形式(span ラッパー)に対応 新しいサインインページでは「次に進む」ボタンの id="continue" が input ではなく span ラッパー側に付いているため、クリックされず パスワード入力ページに進めなかった。input 直接指定と span ラッパーの 両形式にマッチする XPath で continue / signInSubmit を検索するように修正。 Co-Authored-By: Claude Fable 5 <norep... push 12 Jul 2026 12:26PM UTC kimata github
96.89
29192350275 main fix: サインインページ判定を URL ベースに変更しログイン検出の失敗を修正 Amazon がサインインページのタイトルをロケールに関係なく英語の 「Amazon Sign-In」固定に変更したため、タイトル文字列「Amazonサインイン」 による未ログイン判定が機能せず、ログイン処理がスキップされて 年リスト取得時に NoSuchElementException が発生していた。 判定を URL パス(/ap/signin)ベースに変更し、言語やタイトル変更の 影響を受けないよう... push 12 Jul 2026 12:17PM UTC kimata github
96.89
29190890896 main docs: アーキテクチャドキュメントを追加 - doc/architecture.md: モジュール構成・実行フロー・収集パイプライン・ データベース・エラー管理・Excel 生成などの内部構造を解説 - doc/img/: SVG による図解 7 枚(レイヤ構成 / 実行フロー / 収集フロー / ログインフロー / 注文件数フォールバック / DB スキーマ / エラーリトライ) - README.md: doc/architecture.md へのリンクを追加 Co-A... push 12 Jul 2026 11:29AM UTC kimata github
96.88
29190369381 main fix: 価格・注文件数パースの桁落ちと ASIN 未設定商品の重複蓄積を修正 - parser.py: カンマ区切り対応の共通数値抽出関数 parse_number() を新設し、 parse_price() を置き換え("¥1500" が 150 に桁落ちする問題を修正) - order.py: parse_order_count() と _extract_order_count_from_page() を parse_number() に統一("1,234件" が 1 件と... push 12 Jul 2026 11:11AM UTC kimata github
96.88
27048881503 main chore(deps): update ubuntu:22.04 docker digest to 4f838ad (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 06 Jun 2026 01:34AM UTC web-flow github
96.92
See All Builds (317)

Badge your Repo: amazhist-python

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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