Skip to content

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyroik committed Jun 10, 2020
1 parent ff0cfa0 commit 070a262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![PHP Composer](https://github.com/jeyroik/extas-workflow-dispatchers/workflows/PHP%20Composer/badge.svg?branch=master&event=push)
![codecov.io](https://codecov.io/gh/jeyroik/extas-workflow-dispatchers/coverage.svg?branch=master)
<a href="https://github.com/phpstan/phpstan"><img src="https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat" alt="PHPStan Enabled"></a>
<a href="https://codeclimate.com/github/jeyroik/extas-workflow-dispatchers/maintainability"><img src="https://api.codeclimate.com/v1/badges/4302f83f76249d1b5540/maintainability" /></a>
<a href="https://github.com/jeyroik/extas-installer/" title="Extas Installer v3"><img alt="Extas Installer v3" src="https://img.shields.io/badge/installer-v3-green"></a>
[![Latest Stable Version](https://poser.pugx.org/jeyroik/extas-workflow-dispatchers/v)](//packagist.org/packages/jeyroik/extas-workflow-dispatchers)
[![Total Downloads](https://poser.pugx.org/jeyroik/extas-workflow-dispatchers/downloads)](//packagist.org/packages/jeyroik/extas-workflow-dispatchers)
[![Dependents](https://poser.pugx.org/jeyroik/extas-workflow-dispatchers/dependents)](//packagist.org/packages/jeyroik/extas-workflow-dispatchers)

# Описание

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox --coverage-clover=coverage.xml --whitelist=src tests"
"test": "vendor/bin/phpunit --testdox --coverage-clover=coverage.xml --whitelist=src tests",
"stan": "vendor/bin/phpstan analyse -l 5 src"
}
}

0 comments on commit 070a262

Please sign in to comment.