Skip to content

Commit 08e4c17

Browse files
authored
Merge pull request OleksiiBulba#13 from OleksiiBulba/documentation/scrutinizer-badges
Documentation: Scrutinizer Badges
2 parents 2599f2d + d12e95d commit 08e4c17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE.md)
55
[![Total Downloads][ico-downloads]][link-downloads]
6+
[![Scrutinizer Code Quality][ico-scrutinizer-quality]][link-scrutinizer-quality]
7+
[![Code Coverage][ico-scrutinizer-coverage]][link-scrutinizer-coverage]
8+
[![Build Status][ico-scrutinizer-build]][link-scrutinizer-build]
69

710
This plugin adds several twig functions that help to include script and style html tags to twig templates from webpack-encore entries.
811

@@ -124,6 +127,14 @@ For the full copyright and license information, please see the [License File](LI
124127
[ico-code-quality]: https://img.shields.io/scrutinizer/g/oleksiibulba/webpack-encore-plugin.svg?style=flat-square
125128
[ico-downloads]: https://img.shields.io/packagist/dt/oleksiibulba/webpack-encore-plugin.svg?style=flat-square
126129

130+
[ico-scrutinizer-quality]: https://img.shields.io/scrutinizer/quality/g/OleksiiBulba/webpack-encore-plugin/master?style=flat-square
131+
[ico-scrutinizer-coverage]: https://img.shields.io/scrutinizer/coverage/g/OleksiiBulba/webpack-encore-plugin/master?style=flat-square
132+
[ico-scrutinizer-build]: https://img.shields.io/scrutinizer/build/g/OleksiiBulba/webpack-encore-plugin/master?style=flat-square
133+
134+
[link-scrutinizer-quality]: https://scrutinizer-ci.com/g/OleksiiBulba/webpack-encore-plugin/?branch=master
135+
[link-scrutinizer-coverage]: https://scrutinizer-ci.com/g/OleksiiBulba/webpack-encore-plugin/?branch=master
136+
[link-scrutinizer-build]: https://scrutinizer-ci.com/g/OleksiiBulba/webpack-encore-plugin/build-status/master
137+
127138
[link-microframework]: https://github.com/Micro-PHP/skeleton
128139
[link-symfony-webpack-encore]: https://www.npmjs.com/package/@symfony/webpack-encore
129140
[link-packagist]: https://packagist.org/packages/oleksiibulba/webpack-encore-plugin

0 commit comments

Comments
 (0)