bellangelo/type-coverage-updater

A tool to auto-update the type coverage of this Tomas's Type Coverage extension https://github.com/TomasVotruba/type-coverage

Maintainers

Package info

github.com/Bellangelo/type-coverage-updater

pkg:composer/bellangelo/type-coverage-updater

Fund package maintenance!

bellangelo

Statistics

Installs: 343 776

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 3

v1.1.0 2024-09-27 02:14 UTC

This package is auto-updated.

Last update: 2026-02-27 12:34:44 UTC


README

Overview

Type Coverage Updater is a helper script designed to automatically update the type coverage of your PHP project, ensuring your codebase maintains a specified level of type safety. It works as an extension of Tomas Votruba's type-coverage, automating the process of checking and updating the type coverage percentage in your project's configuration.

Installation

Install the package via Composer:

composer require bellangelo/type-coverage-updater

Usage

Run the updater script to automatically check and update the type coverage:

vendor/bin/type-coverage-updater

This script will analyze your project, update the type coverage percentage in your configuration file, and ensure your codebase meets the specified type safety standards.