Skip to content

Commit 52b5f7b

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent 44fecff commit 52b5f7b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Easy data transfer from one database to another
44

5+
[![StyleCI Status][badge_styleci]][link_styleci]
6+
[![Github Workflow Status][badge_build]][link_build]
7+
[![Coverage Status][badge_coverage]][link_scrutinizer]
8+
[![Scrutinizer Code Quality][badge_quality]][link_scrutinizer]
9+
510
[![Stable Version][badge_stable]][link_packagist]
611
[![Unstable Version][badge_unstable]][link_packagist]
712
[![Total Downloads][badge_downloads]][link_packagist]
@@ -39,7 +44,6 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
3944
| Laravel | ^7.0, ^8.0 |
4045
| Databases | MySQL, PostgreSQL, MSSQL |
4146

42-
4347
## Using
4448

4549
Create a new database and set up both connections in the `connections` section of
@@ -59,14 +63,28 @@ The command will perform all migrations on the source and destination databases
5963

6064
Enjoy 😊
6165

66+
[badge_build]: https://img.shields.io/github/workflow/status/andrey-helldar/migrate-db/phpunit?style=flat-square
67+
68+
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/andrey-helldar/migrate-db.svg?style=flat-square
69+
6270
[badge_downloads]: https://img.shields.io/packagist/dt/andrey-helldar/migrate-db.svg?style=flat-square
6371

6472
[badge_license]: https://img.shields.io/packagist/l/andrey-helldar/migrate-db.svg?style=flat-square
6573

74+
[badge_quality]: https://img.shields.io/scrutinizer/g/andrey-helldar/migrate-db.svg?style=flat-square
75+
6676
[badge_stable]: https://img.shields.io/github/v/release/andrey-helldar/migrate-db?label=stable&style=flat-square
6777

78+
[badge_styleci]: https://styleci.io/repos/338000763/shield
79+
6880
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
6981

82+
[link_build]: https://github.com/andrey-helldar/migrate-db/actions
83+
7084
[link_license]: LICENSE
7185

7286
[link_packagist]: https://packagist.org/packages/andrey-helldar/migrate-db
87+
88+
[link_scrutinizer]: https://scrutinizer-ci.com/g/andrey-helldar/migrate-db/?branch=main
89+
90+
[link_styleci]: https://github.styleci.io/repos/338000763

0 commit comments

Comments
 (0)