Skip to content

Commit 908462d

Browse files
committed
Fix readme badges
1 parent cc928db commit 908462d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@
1010
[![Total Downloads](https://poser.pugx.org/yiisoft/data-db/downloads)](https://packagist.org/packages/yiisoft/data-db)
1111
[![Code Coverage](https://codecov.io/gh/yiisoft/data-db/graph/badge.svg?token=9qlfGa4kI1)](https://codecov.io/gh/yiisoft/data-db)
1212
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdata-db%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/data-db/master)
13-
[![static analysis](https://github.com/yiisoft/data-db/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3A%22static+analysis%22)
13+
[![Static analysis](https://github.com/yiisoft/data-db/actions/workflows/static.yml/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/static.yml?query=branch%3Amaster)
1414
[![type-coverage](https://shepherd.dev/github/yiisoft/data-db/coverage.svg)](https://shepherd.dev/github/yiisoft/data-db)
15+
[![psalm-level](https://shepherd.dev/github/yiisoft/data-db/level.svg)](https://shepherd.dev/github/yiisoft/data-db)
1516

1617
The package provides `Yiisoft\Db\Query\Query` bindings for generic data abstractions.
1718

1819
Detailed build statuses:
1920

20-
| RDBMS | Status |
21-
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
22-
| SQLite | [![SQLite status](https://github.com/yiisoft/data-db/workflows/sqlite/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3Asqlite) |
23-
| MySQL | [![MYSQL status](https://github.com/yiisoft/data-db/workflows/mysql/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3Amysql) |
24-
| PostgreSQL | [![PostgreSQL status](https://github.com/yiisoft/data-db/workflows/pgsql/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3Apgsql) |
25-
| Microsoft SQL Server | [![Microsoft SQL Server status](https://github.com/yiisoft/data-db/workflows/mssql/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3Amssql) |
26-
| Oracle | [![Oracle status](https://github.com/yiisoft/data-db/workflows/oracle/badge.svg)](https://github.com/yiisoft/data-db/actions?query=workflow%3Aoracle) |
21+
| RDBMS | Status |
22+
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23+
| SQLite | [![SQLite status](https://github.com/yiisoft/data-db/workflows/sqlite/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/sqlite.yml?query=branch%3Amaster) |
24+
| MySQL | [![MySQL status](https://github.com/yiisoft/data-db/workflows/mysql/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/mysql.yml?query=branch%3Amaster) |
25+
| PostgreSQL | [![PostgreSQL status](https://github.com/yiisoft/data-db/workflows/pgsql/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/pgsql.yml?query=branch%3Amaster) |
26+
| Microsoft SQL Server | [![Microsoft SQL Server status](https://github.com/yiisoft/data-db/workflows/mssql/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/mssql.yml?query=branch%3Amaster) |
27+
| Oracle | [![Oracle status](https://github.com/yiisoft/data-db/workflows/oracle/badge.svg?branch=master)](https://github.com/yiisoft/data-db/actions/workflows/oracle.yml?query=branch%3Amaster) |
2728

2829
## Requirements
2930

0 commit comments

Comments
 (0)