Skip to content

Conversation

@uni-kakurenbo
Copy link
Contributor

@uni-kakurenbo uni-kakurenbo commented Sep 16, 2025

提案です

概要

  • chore: knip による未使用ファイルや未使用 export 等の検出を導入します.
    • 検出される issue の一覧はこちらをご覧ください
  • chore(CI): main workflow に knip の警告チェックを追加します.
  • refactor: 現在のコード群から knip により警告される問題を取り除きます.

なぜこの PR を入れたいのか

PR を出す前の確認事項

  • 動作確認ができている

@github-actions
Copy link

@codecov
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

❌ Patch coverage is 6.06061% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 11.93%. Comparing base (1f8d3f8) to head (1460e9d).

Files with missing lines Patch % Lines
knip.config.ts 0.00% 15 Missing ⚠️
...MessagesScroller/composables/useMessagesFetcher.ts 0.00% 5 Missing ⚠️
src/composables/message/useEmbeddings.ts 0.00% 4 Missing ⚠️
...iewContent/composables/useChannelMessageFetcher.ts 0.00% 2 Missing ⚠️
...nts/Main/StampPicker/composables/useStampFilter.ts 0.00% 2 Missing ⚠️
src/store/ui/responsive.ts 0.00% 2 Missing ⚠️
src/lib/media.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4807      +/-   ##
==========================================
+ Coverage   11.83%   11.93%   +0.09%     
==========================================
  Files         702      695       -7     
  Lines       31493    31168     -325     
  Branches      619      619              
==========================================
- Hits         3728     3720       -8     
+ Misses      27753    27436     -317     
  Partials       12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@uni-kakurenbo uni-kakurenbo force-pushed the chore/setup-knip branch 5 times, most recently from 0485070 to 1ec9a58 Compare September 16, 2025 16:50
@uni-kakurenbo uni-kakurenbo self-assigned this Sep 17, 2025
@uni-kakurenbo uni-kakurenbo added refactor dev-environment need discussion 実装すべきかどうか、どうやって実装するかを考える必要がある github_actions Pull requests that update GitHub Actions code labels Sep 17, 2025
@uni-kakurenbo uni-kakurenbo marked this pull request as draft October 5, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-environment github_actions Pull requests that update GitHub Actions code need discussion 実装すべきかどうか、どうやって実装するかを考える必要がある refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

使われていない composable (useChannelView) がある

2 participants