Automic VaultAutomic Vault

brew

Installer kcov avec Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kcov pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install kcov

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install kcov

MacPorts ports tree · devel/kcov/Portfile · Source: api.github.com

Linux

Debian aptvérifié · 92%
sudo apt install kcov

Debian stable package indexes · kcov · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install kcov

Fedora Rawhide package metadata · kcov · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#kcov

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S kcov

Arch Linux sync databases · kcov · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install kcov

openSUSE Tumbleweed package metadata · kcov · Source: download.opensuse.org

aperçu

Résumé du paquet

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

Commandes et alias

  • kcov
  • kcov-system-daemon

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : yellow

generalized runtime or code generation signal.

Classificateur de risque

risque yellow · confiance moyen · runtime

Pourquoi

  • generalized runtime or code generation signal

Signaux

  • text:shell

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 2 dépendances d’exécution.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
kcovcliexécutable global
kcov-system-daemoncliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire43
gestionnaire mis à jour2026-06-13
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/SimonKagstrom/kcov

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:kcov
Version43
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/kcov
Page d'accueilhttps://simonkagstrom.github.io/kcov/
Dépôthttps://github.com/SimonKagstrom/kcov
Docs amonthttps://github.com/SimonKagstrom/kcov#readme
LicenceGPL-2.0-or-later
Archive sourcehttps://github.com/SimonKagstrom/kcov/archive/refs/tags/v43.tar.gz
Dernière mise à jour2026-06-13T23:35:01+02:00
Pulseupdated
Dépendancesdwarfutils, openssl@3
Dépendances de compilationcmake, pkgconf
Bibliothèques fournies par macOScurl
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekcov
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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-4.fc44

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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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 Dépendances
  • normalized package name match
  • Correspondance par : 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.3

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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Kcov
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kcov from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

kcov

sudo port install kcov
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment