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

kimata / my-py-lib
61%

Build:
DEFAULT BRANCH: main
Repo Added 28 Dec 2025 02:43AM UTC
Files 92
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • main
  • renovate/actions-cache-5.x
  • renovate/actions-cache-digest
  • renovate/actions-checkout-6.x
  • 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-digest
  • renovate/dorny-test-reporter-3.x
  • renovate/dorny-test-reporter-digest
  • renovate/lock-file-maintenance
  • renovate/major-github-artifact-actions
  • renovate/pin-dependencies
  • v0.2.1
  • v0.2.2

03 Jun 2026 09:57AM UTC coverage: 60.752%. Remained the same
26877493166

push

github

kimata
fix: ログイン後のキャンペーン用モーダルダイアログでクリックが遮断される問題を修正

iter_items_on_display 冒頭で _close_popup を呼び出し、account-button クリック
失敗時に _close_popup + リトライを行うようにした。

_close_popup は role=dialog + aria-modal=true な要素を汎用的に検出し、
aria-label / aria-labelledby から「閉じる」ラベルを判定する。閉じるボタンを
特定できない場合は Escape キーで閉じるフォールバックを用意。class 名がハッシュ
化されていても ARIA 属性ベースで動作するため、将来のキャンペーン用ダイアログにも
追従できる。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

4037 of 6645 relevant lines covered (60.75%)

0.61 hits per line

Relevant lines Covered
Build:
Build:
6645 RELEVANT LINES 4037 COVERED LINES
0.61 HITS PER LINE
Source Files on main
  • Tree
  • List 92
  • 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
26877493166 main fix: ログイン後のキャンペーン用モーダルダイアログでクリックが遮断される問題を修正 iter_items_on_display 冒頭で _close_popup を呼び出し、account-button クリック 失敗時に _close_popup + リトライを行うようにした。 _close_popup は role=dialog + aria-modal=true な要素を汎用的に検出し、 aria-label / aria-labelledby から「閉じる」ラベルを判定する... push 03 Jun 2026 09:59AM UTC kimata github
60.75
26592584720 renovate/dorny-test-reporter-3.x chore(deps): update dorny/test-reporter action to v3 Pull #38 28 May 2026 06:00PM UTC web-flow github
60.75
26592583930 renovate/actions-upload-pages-artifact-5.x chore(deps): update actions/upload-pages-artifact action to v5 Pull #41 28 May 2026 05:59PM UTC web-flow github
60.75
26592575092 renovate/actions-deploy-pages-5.x chore(deps): update actions/deploy-pages action to v5 Pull #39 28 May 2026 05:59PM UTC web-flow github
60.75
26592576965 renovate/major-github-artifact-actions chore(deps): update actions/upload-artifact action to v7 Pull #29 28 May 2026 05:59PM UTC web-flow github
60.75
26375117422 main fix: footprint.elapsed が不在/破損時に time.time() を返すバグを修正 elapsed() は失敗時に diff_sec(=time.time()) を初期値のまま返していたため、 liveness ファイルが空や破損していた場合、約56年分の経過秒数として扱われ、 誤った stale 判定や Slack 通知の不正な内容を引き起こしていた。 戻り値型を float | None に変更し、不在・破損時は None を返すように修正。 compare(... push 24 May 2026 10:59PM UTC kimata github
60.75
26348297686 main fix: ERXUDP の payload 抽出位置を末尾基準に変更し side フィールド有無に対応 実機 (BP35A1 ファーム 1.2.10) では ERXUDP 応答が仕様書の 9 フィールド形式 (<sender> <dest> <rport> <lport> <senderlla> <secured> <side> <datalen> <data>) ではなく <side> 省略の 8 フィールド形式で返ってくることを確認。 新リファクタ版で仕様書通り parts[9] ... push 24 May 2026 01:15AM UTC kimata github
60.69
26347753894 main fix: BP35A1.recv_udp のデフォルト timeout を 60 秒に延長 新リファクタ版で recv_udp のデフォルト timeout を 5 秒にしていたが、 旧実装の readline timeout 5s × wait_count 10 = 最大 50 秒に比べて 短すぎた。 メーターの応答が 5 秒以内に来ない場合に None を返してしまい、 echonetenergy.py の get_value で parse_frame(None) を呼んで Val... push 24 May 2026 12:45AM UTC kimata github
60.69
26347514655 main refactor: BP35A1 をイベント駆動アーキテクチャに再構築 連続して 3 つのバグ (継承漏れ・PAN キャッシュ判定・MODE 3 パース) が 発生したのを契機に、 シリアル通信の処理を 3 レイヤに整理した: Layer 0: pyserial (外部) Layer 1: EventParser — 行ストリームを Event オブジェクトに分類 Layer 2: BP35A1Session — コマンド送信 + イベント待機 + 行プッシュバック ... push 24 May 2026 12:32AM UTC kimata github
60.69
26347109168 main fix: BP35A1 の __parse_pan_desc を MODE 3 の応答形式に対応 SKSCAN MODE 3 (active scan with IE) の応答には PairID フィールドが 含まれない場合があり、 EPANDESC ブロック終了後の EVENT 22 行を 読み込んだ際に「行がスペース始まりでない」と Exception を投げて プロセスがクラッシュしていた。 - スペース始まり以外の行が来たら EPANDESC ブロック終端として break -... push 24 May 2026 12:10AM UTC kimata github
59.65
See All Builds (394)
  • 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