macOS
brew install kcovlocal Homebrew formula metadata
sudo port install kcovMacPorts ports tree · devel/kcov/Portfile · ソース: api.github.com
brew / 順位 844
kcov のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kcovlocal Homebrew formula metadata
sudo port install kcovMacPorts ports tree · devel/kcov/Portfile · ソース: api.github.com
sudo dnf install kcovFedora Rawhide package metadata · kcov · ソース: dl.fedoraproject.org
nix profile install nixpkgs#kcovnixpkgs package indexes · pkgs/by-name/kc/kcov/package.nix · ソース: api.github.com
sudo pacman -S kcovArch Linux sync databases · kcov · ソース: geo.mirror.pkgbuild.com
sudo zypper install kcovopenSUSE Tumbleweed package metadata · kcov · ソース: download.opensuse.org
概要
Code coverage tester for compiled programs, Python, and shell scripts
履歴
kcov is a code coverage tool for compiled programs, Python, and shell scripts. Its README says it began as a fork of Bcov and uses DWARF debugging information so programs can be measured without special compiler switches.
Simon Kagstrom created the GitHub repository in August 2010. From the README's account, kcov started with Bcov's idea of using debug information for coverage and then expanded into a broader coverage-reporting tool with HTML, lcov-style output, Cobertura XML, JSON output, and CI integrations.
Release history documents platform and integration work through the 2010s and 2020s, including Docker images from v31, macOS binaries in v32, FreeBSD and macOS build work in v36, AArch64 support in release 38, RISC-V and Codecov updates in v41, and Cobertura/Jenkins fixes in v43.
The batch input records packages in Homebrew, Debian, Fedora, MacPorts, Nix, Arch, and openSUSE. Upstream docs also point to an official Docker image, making kcov available through both traditional package managers and container workflows.
A typical invocation runs kcov with an output directory and an executable plus arguments. Users filter included or excluded paths, merge multiple coverage runs, and publish reports to CI services such as Coveralls, Codecov, Jenkins, SonarQube, GitHub Actions, and GitLab CI.
kcov is notable because it brings coverage to binaries and scripts without requiring the build to be compiled with coverage instrumentation. For distro packagers and CI maintainers, that makes it useful for testing shell-heavy or mixed-language projects where gcov-style workflows are awkward.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
kcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
kcov-system-daemon | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:kcov |
|---|---|
| バージョン | 43 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://simonkagstrom.github.io/kcov/ |
| リポジトリ | https://github.com/SimonKagstrom/kcov |
| 最終更新 | 2026-07-27T15:44:48+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
kcov 43+dfsg-1+b4
Code coverage analysis using DWARF debugging information
https://simonkagstrom.github.io/kcov/
sudo apt install kcovkcov
nix profile install nixpkgs#kcovkcov 43-6.fc45
Code coverage tool without special compilation options
https://simonkagstrom.github.io/kcov
sudo dnf install kcovkcov 43-1
Code coverage tester for compiled programs, Python scripts and shell scripts
https://simonkagstrom.github.io/kcov
sudo pacman -S kcovkcov 42-4.5
Code coverage tool without special compilation options
https://github.com/SimonKagstrom/kcov
sudo zypper install kcovkcov
sudo port install kcovソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.