pkg.soopen package index

brew / 順位 844

kcov を Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

kcov のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install kcov

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install kcov

MacPorts ports tree · devel/kcov/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install kcov

Debian stable package indexes · kcov · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install kcov

Fedora Rawhide package metadata · kcov · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#kcov

nixpkgs package indexes · pkgs/by-name/kc/kcov/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S kcov

Arch Linux sync databases · kcov · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install kcov

openSUSE Tumbleweed package metadata · kcov · ソース: download.opensuse.org

概要

パッケージ概要

Code coverage tester for compiled programs, Python, and shell scripts

コマンドとエイリアス

  • kcov
  • kcov-system-daemon

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2010-08-23: GitHub repository created.
  • 2015-11-02: v29 release published.
  • 2016-04-28: v31 release published; README documents official Docker images for releases since v31.
  • 2018-08-23: v36 release included FreeBSD port and macOS build fixes.
  • 2020-01-17: release 38 added AArch64 support.
  • 2024-07-23: v43 release included Cobertura and Jenkins fixes.

Related projects

  • kcov descends from Bcov and integrates with coverage-reporting services including Coveralls, Codecov, Jenkins, SonarQube, GitHub Actions, and GitLab CI.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:shell

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
kcov実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
kcov-system-daemon実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版43
マネージャ更新日2026-07-27
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:kcov
バージョン43
パッケージマネージャHomebrew
ホームページhttps://simonkagstrom.github.io/kcov/
リポジトリhttps://github.com/SimonKagstrom/kcov
最終更新2026-07-27T15:44:48+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

kcov 43+dfsg-1+b4

Code coverage analysis using DWARF debugging information

https://simonkagstrom.github.io/kcov/

sudo apt install kcov
  • Section: devel
  • Architecture: amd64
  • Source Package: kcov
  • 8 依存関係
  • normalized package name match
  • 一致条件: Kcov
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kcov from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

kcov

nix profile install nixpkgs#kcov
  • normalized package name match
  • 一致条件: Kcov
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/kc/kcov/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

kcov 43-6.fc45

Code coverage tool without special compilation options

https://simonkagstrom.github.io/kcov

sudo dnf install kcov
  • License: GPL-2.0-only AND MIT AND (GPL-2.0-only OR MIT)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kcov
  • 8 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Kcov
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kcov from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

kcov 43-1

Code coverage tester for compiled programs, Python scripts and shell scripts

https://simonkagstrom.github.io/kcov

sudo pacman -S kcov
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Kcov
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: kcov from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

kcov 42-4.5

Code coverage tool without special compilation options

https://github.com/SimonKagstrom/kcov

sudo zypper install kcov
  • License: APSL-2.0 AND GPL-2.0-only
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: kcov
  • 11 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Kcov
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kcov from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

kcov

sudo port install kcov
  • normalized package name match
  • 一致条件: Kcov
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/kcov/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation