Skip to content

Commit fdf30ab

Browse files
author
Willem Wigman
committed
Add badges to readme
1 parent e7b2ca1 commit fdf30ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE.md)
5+
[![Build Status][ico-travis]][link-travis]
6+
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
7+
[![Quality Score][ico-code-quality]][link-code-quality]
58

69
Allows you to add global layout update files to be selected from admin, by using `0` instead of a `category_id` / `sku` / `url_path`.
710

@@ -69,7 +72,13 @@ The MIT License (MIT). Please see [License File](LICENSE.txt) for more informati
6972
7073
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-global-custom-layout.svg?style=flat-square
7174
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
75+
[ico-travis]: https://img.shields.io/travis/integer-net/magento2-global-custom-layout/master.svg?style=flat-square
76+
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-global-custom-layout.svg?style=flat-square
77+
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-global-custom-layout.svg?style=flat-square
7278
7379
[link-packagist]: https://packagist.org/packages/integer-net/magento2-global-custom-layout
80+
[link-travis]: https://travis-ci.org/integer-net/magento2-global-custom-layout
81+
[link-scrutinizer]: https://scrutinizer-ci.com/g/integer-net/magento2-global-custom-layout/code-structure
82+
[link-code-quality]: https://scrutinizer-ci.com/g/integer-net/magento2-global-custom-layout
7483
[link-author]: https://github.com/wigman
7584
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)