Skip to content

Commit

Permalink
move package ci status directly to README to make easier to discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 3, 2022
1 parent 0f0d93e commit 06cb675
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,42 @@ Please read [contributing guideline](/CONTRIBUTING.md) for how to contribute to
## Code of Conduct

This project adheres to a [Contributor Code of Conduct](/CODE_OF_CONDUCT.md) By participating in this project and its community, you are expected to uphold this code.


## Rector Packages CI Status

**Rector Generator**

* https://github.com/rectorphp/rector-generator
* ![](https://github.com/rectorphp/rector-generator/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-generator/actions/workflows/code_analysis.yaml/badge.svg)

**PHPStan Rules**

* https://github.com/rectorphp/phpstan-rules
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/code_analysis.yaml/badge.svg)

**Symfony**

* https://github.com/rectorphp/rector-symfony
* ![](https://github.com/rectorphp/rector-symfony/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-symfony/actions/workflows/code_analysis.yaml/badge.svg)

**PHPUnit**

* https://github.com/rectorphp/rector-phpunit
* ![](https://github.com/rectorphp/rector-phpunit/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-phpunit/actions/workflows/code_analysis.yaml/badge.svg)

**Doctrine**

* https://github.com/rectorphp/rector-doctrine
* ![](https://github.com/rectorphp/rector-doctrine/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-doctrine/actions/workflows/code_analysis.yaml/badge.svg)

**Downgrade PHP**

* https://github.com/rectorphp/rector-downgrade-php
* ![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/code_analysis.yaml/badge.svg)
37 changes: 0 additions & 37 deletions dev-docs/packages_ci_status.md

This file was deleted.

0 comments on commit 06cb675

Please sign in to comment.