PHPackages                             cloak/robo-coveralls-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. cloak/robo-coveralls-kit

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

cloak/robo-coveralls-kit
========================

Robo task for coveralls-kit

2.1.4(10y ago)02.7k[1 issues](https://github.com/cloak-php/robo-coveralls-kit/issues)14MITPHPPHP &gt;=5.5.0

Since Dec 30Pushed 10y agoCompare

[ Source](https://github.com/cloak-php/robo-coveralls-kit)[ Packagist](https://packagist.org/packages/cloak/robo-coveralls-kit)[ RSS](/packages/cloak-robo-coveralls-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (18)Used By (14)

robo-coveralls-kit
==================

[](#robo-coveralls-kit)

**robo-coveralls-kit** is a library to send the report to the coveralls.
Installation of [Robo PHP Task Runner](http://robo.li/) will be mandatory to use it.

[![Latest Stable Version](https://camo.githubusercontent.com/a91c5b8895e07c7c8a67f634a388c166a02e4132e61440b26375b35bba621683/68747470733a2f2f706f7365722e707567782e6f72672f636c6f616b2f726f626f2d636f766572616c6c732d6b69742f762f737461626c652e737667)](https://packagist.org/packages/cloak/robo-coveralls-kit)[![Latest Unstable Version](https://camo.githubusercontent.com/21cd58ab6466a0af1ccc235ff7f96266e21b8da23b63ebe71c7d114077a538d3/68747470733a2f2f706f7365722e707567782e6f72672f636c6f616b2f726f626f2d636f766572616c6c732d6b69742f762f756e737461626c652e737667)](https://packagist.org/packages/cloak/robo-coveralls-kit)[![Build Status](https://camo.githubusercontent.com/40704dce19cc293427683f0b368f774c388de5cc8ab9955727b30fa33e861f68/68747470733a2f2f7472617669732d63692e6f72672f636c6f616b2d7068702f726f626f2d636f766572616c6c732d6b69742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cloak-php/robo-coveralls-kit)[![HHVM Status](https://camo.githubusercontent.com/aec7d54fae879481fe2db872d45cf0b4a43138b1206922fc8f39f211fa070d0d/687474703a2f2f6868766d2e683463632e64652f62616467652f636c6f616b2f726f626f2d636f766572616c6c732d6b69742e737667)](http://hhvm.h4cc.de/package/cloak/robo-coveralls-kit)[![Coverage Status](https://camo.githubusercontent.com/88534954d067b7a0d69a876cbc33d721721d5e59e6b55452a375c900f6795890/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636c6f616b2d7068702f726f626f2d636f766572616c6c732d6b69742f62616467652e706e67)](https://coveralls.io/r/cloak-php/robo-coveralls)[![Dependency Status](https://camo.githubusercontent.com/92da3419a4abf80ba5be40958349a1c9f40f8bbb68ddbead4f8541df20264fd2/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534613262623039393734323735306633623030303030322f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54a2bb099742750f3b000002)

Basic Usage
-----------

[](#basic-usage)

Specify the configuration file, you can send the file the report just run.
For more information about the configuration file, please refer to the [coveralls-kit](https://github.com/cloak-php/coveralls-kit).

```
class RoboFile extends Tasks
{
	use \coverallskit\robo\loadTasks;

	public function coverallsUpload()
	{
		$result = $this->taskCoverallsKit()
			->configureBy('coveralls.toml')
			->run();

		return $result;
	}
}
```

Output only the report file
---------------------------

[](#output-only-the-report-file)

Only to output the report to confirm you can use the **saveOnly** method.
Just generate a report file, but does not upload.

```
public function coverallsTest()
{
	$result = $this->taskCoverallsKit()
		->configureBy('coveralls.toml')
		->saveOnly()
		->run();

	return $result;
}
```

Testing robo-coveralls-kit
--------------------------

[](#testing-robo-coveralls-kit)

Please try the following command.

```
composer install
composer test

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~21 days

Recently: every ~55 days

Total

17

Last Release

3812d ago

Major Versions

1.1.2 → 2.0.02015-04-29

PHP version history (2 changes)1.0.1PHP &gt;=5.4.0

2.0.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/70c299d6d6015ee714954aa05e4d0e9c7b1d31318a5d7db5e9bb4e1f70f78afc?d=identicon)[holyshared](/maintainers/holyshared)

---

Top Contributors

[![holyshared](https://avatars.githubusercontent.com/u/167190?v=4)](https://github.com/holyshared "holyshared (84 commits)")

---

Tags

taskrobocoverallscoveralls-kit

### Embed Badge

![Health badge](/badges/cloak-robo-coveralls-kit/health.svg)

```
[![Health](https://phpackages.com/badges/cloak-robo-coveralls-kit/health.svg)](https://phpackages.com/packages/cloak-robo-coveralls-kit)
```

###  Alternatives

[jmose/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

3361.4M1](/packages/jmose-command-scheduler-bundle)[smart-core/accelerator-cache-bundle

Provides a command line task to clear PHP Accelerators cache from the console

671.4M3](/packages/smart-core-accelerator-cache-bundle)[dukecity/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

25350.9k5](/packages/dukecity-command-scheduler-bundle)[sixdays/opcache-bundle

Provides a command line task to clear opcache cache from the console

3061.3k](/packages/sixdays-opcache-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
