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

kimata / modes-sensing
49%

Build:
DEFAULT BRANCH: main
Repo Added 03 Jan 2026 02:55PM UTC
Token Gsdd7K4wsAs8761o7UgsvAyonY8IJxzpo regen
Build 216 Last
Files 40
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-checkout-6.x
  • renovate/actions-setup-python-6.x
  • renovate/major-eslint-monorepo
  • renovate/minor-and-patch-updates
  • renovate/pin-dependencies
  • renovate/react-monorepo
  • v0.1.0

24 May 2026 11:30PM UTC coverage: 49.485% (+3.2%) from 46.301%
26375823111

push

github

kimata
test: グラフ関連テストを新構成に追従

旧 viewer/api/graph.py の分割に伴い、テストも責務単位に再構成する。

- tests/unit/test_graph.py を削除し、以下に分割
  - tests/unit/test_graph_cache.py: キャッシュ層の単体テスト
  - tests/unit/test_graph_range.py: 温度範囲ヘルパの単体テスト
- tests/integration/test_api_schema.py
  - mock 対象を amdar.viewer.api.graph から graph.cache / data_routes へ更新
- tests/integration/test_graph_generation.py
  - graph.plot() から graph_service.generate_sync() に呼出を変更
  - プロット関数直接呼出は graph.plotting.* から import

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

2066 of 4175 relevant lines covered (49.49%)

0.49 hits per line

Relevant lines Covered
Build:
Build:
4175 RELEVANT LINES 2066 COVERED LINES
0.49 HITS PER LINE
Source Files on main
  • Tree
  • List 40
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26375823111 main test: グラフ関連テストを新構成に追従 旧 viewer/api/graph.py の分割に伴い、テストも責務単位に再構成する。 - tests/unit/test_graph.py を削除し、以下に分割 - tests/unit/test_graph_cache.py: キャッシュ層の単体テスト - tests/unit/test_graph_range.py: 温度範囲ヘルパの単体テスト - tests/integration/test_api_schema.py ... push 24 May 2026 11:33PM UTC kimata github
49.49
24136092507 main fix(modes): recv() が b"" を返す接続断を検知できず無限ループする問題を修正 socket.recv() はリモート切断時に None ではなく b"" を返すため、 if data is None のチェックでは接続断を検知できなかった。 これにより _receive_lines が無限ループし liveness 更新が停止、 Pod の繰り返し再起動(24日間で70回)が発生していた。 Co-Authored-By: Claude Opus 4.6 (1M c... push 08 Apr 2026 12:48PM UTC kimata github
46.3
22979707942 main Merge branch 'renovate/react-monorepo' into 'main' chore(deps): pin dependencies See merge request kimata/modes-sensing!2 push 11 Mar 2026 11:43PM UTC kimata github
46.08
22819605332 main style(frontend): 飛行機アイコンのサイズを1.5倍に拡大 40px → 60px に変更。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 08 Mar 2026 10:54AM UTC kimata github
46.08
22818311697 main fix(frontend): airplane.svg のパスを修正 BASE_URL に末尾スラッシュがなく /modes-sensingairplane.svg に なっていた問題を修正。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 08 Mar 2026 09:30AM UTC kimata github
46.08
22817848000 main fix: マテリアライズドビューの定期リフレッシュを追加 集約テーブル(halfhourly_altitude_grid, threehour_altitude_grid)が 手動リフレッシュのみだったため、長期間グラフ(過去半年等)が 古いデータのまま表示される問題を修正。 webui 起動5秒後に初回リフレッシュを実行し、以後30分ごとに 自動リフレッシュする仕組みを追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 08 Mar 2026 09:00AM UTC kimata github
46.08
22817098854 main feat(frontend): タイトルアイコンを airplane.svg に変更 Heroicons の PaperAirplaneIcon からカスタム airplane.svg に置き換え。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 08 Mar 2026 08:10AM UTC kimata github
45.68
21545843054 main test: multiprocessing.Queue.empty() の信頼性の問題を修正 multiprocessing.Queue.empty() はマルチスレッド/マルチプロセス環境で 信頼性が低いため、get_nowait() を使用してキューにデータが残っている ことを確認するように変更。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 31 Jan 2026 02:23PM UTC kimata github
45.68
21544839202 main refactor(healthz): check_liveness ラッパー関数を削除 my_lib.healthz の機能を直接使用するように変更。 ラッパー関数は不要であり、my_lib の機能は my_lib でテストされるため、 テストもモジュール固有機能のみのテストに簡素化。 - check_liveness 関数を削除(main()関数では my_lib.healthz を直接使用) - TestCheckLiveness テストクラスを削除 - TestGracePeri... push 31 Jan 2026 01:00PM UTC kimata github
45.68
21400859118 main fix: E2Eテストで画像プレースホルダを読み込み完了と誤判定する問題を修正 パラメータ変更後にReactが画像srcを1x1 GIFデータURIプレースホルダに 置き換えるが、wait_for_images_to_load等のチェック条件が img.complete && img.naturalWidth > 0 のみだったため、データURIが 即座に条件を満たし「読み込み完了」と誤判定されていた。 全ての画像読み込み判定に !img.src.startsWith('data:')... push 27 Jan 2026 02:24PM UTC kimata github
45.76
See All Builds (216)

Badge your Repo: modes-sensing

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 · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc