Skip to main content

coverage

Generate first-party Swift package coverage (llvm-cov HTML, lcov, text summary). Use when the user asks for coverage, after expanding Tests/, or before claiming test work is done.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/Diffuse-Native-Apps
ソースの最終更新活動
2026年8月20日 04:17
検出された SKILL.md の言語
英語
スター
2
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
coverage
description
Generate first-party Swift package coverage (llvm-cov HTML, lcov, text summary). Use when the user asks for coverage, after expanding Tests/, or before claiming test work is done.
# Coverage Hermetic, first-party. Do **not** add Codecov, Coveralls, Code Climate, or similar. ```bash ./Scripts/coverage.sh ``` Writes gitignored `coverage/`: - `summary.txt` / `summary.md` — line coverage by file - `coverage.lcov` — for local tools - `html/index.html` — browsable report CI already runs this on the `test` job and uploads `coverage/` as an artifact. Open the HTML from the artifact; do not commit it. Ignore patterns exclude `.build` and `Tests/` so the denominator is package sources. ```bash SKIP_TEST=1 ./Scripts/coverage.sh # rebuild the report from an existing profile ```
GitHubで見る