eonx-com/easy-test

使测试更简单

6.0.0 2024-09-11 15:35 UTC

This package is auto-updated.

Last update: 2024-09-19 04:49:19 UTC


README

---eonx_docs--- 标题:介绍 重量:0 ---eonx_docs---

需要包(Composer)

我们建议使用 Composer 来管理您的依赖项。您可以按照以下方式要求此包

$ composer require --dev eonx-com/easy-test

检查覆盖率

此包为您提供了一个控制台命令,用于检查您的代码覆盖率是否达到您定义的限制。如果覆盖率低于您的限制,则命令失败。

此控制台命令期望一个包含覆盖率输出的文件路径。

vendor/bin/easy-test easy-test:check-coverage --coverage=90 <path_to_coverage_output_file>