Skip to content

Commit 646a10c

Browse files
committed
coverage badge
1 parent 438d438 commit 646a10c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ php:
66
- '7.2'
77

88
install:
9-
- composer install
9+
- composer install --no-interaction
1010

1111
script:
1212
- vendor/bin/phpcs --standard=vendor/yiisoft/yii2-coding-standards/Yii2 --extensions=php src
1313
- php vendor/bin/codecept run --coverage --coverage-xml
14+
15+
after_success:
16+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
yii2-bootstrap-toggle
22
===========
33

4-
[![Build Status](https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle.svg?branch=master)](https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle) ![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg) ![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg) ![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg) ![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)
4+
[![Build Status](https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle.svg?branch=master)](https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle)
5+
[![codecov](https://codecov.io/gh/alexeevdv/yii2-bootstrap-toggle/branch/master/graph/badge.svg)](https://codecov.io/gh/alexeevdv/yii2-bootstrap-toggle)
6+
![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg)
7+
![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg)
8+
![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg)
9+
![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)
510

611
Yii2 extension to render [bootstrap toggle](http://www.bootstraptoggle.com/) widget instead of checkbox.
712

0 commit comments

Comments
 (0)