Skip to content

Commit

Permalink
Merge branch 'master' into update-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Nov 27, 2024
2 parents 36c4228 + ddda01f commit cacf9ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.phpunit-watcher.yml export-ignore
/phpunit.xml.dist export-ignore
Expand Down
20 changes: 0 additions & 20 deletions .scrutinizer.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<br>
</p>

[![Latest Stable Version](https://poser.pugx.org/yiisoft/db-migration/v/stable.png)](https://packagist.org/packages/yiisoft/db-migration)
[![Total Downloads](https://poser.pugx.org/yiisoft/db-migration/downloads.png)](https://packagist.org/packages/yiisoft/db-migration)
[![Build status](https://github.com/yiisoft/db-migration/workflows/build/badge.svg)](https://github.com/yiisoft/db-migration/actions?query=workflow%3Abuild)
[![Latest Stable Version](https://poser.pugx.org/yiisoft/db-migration/v)](https://packagist.org/packages/yiisoft/db-migration)
[![Total Downloads](https://poser.pugx.org/yiisoft/db-migration/downloads)](https://packagist.org/packages/yiisoft/db-migration)
[![Build status](https://github.com/yiisoft/db-migration/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/db-migration/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/yiisoft/db-migration/graph/badge.svg?token=CCRKELEOHP)](https://codecov.io/gh/yiisoft/db-migration)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdb-migration%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-migration/master)
[![static analysis](https://github.com/yiisoft/db-migration/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/db-migration/actions?query=workflow%3A%22static+analysis%22)
Expand Down

0 comments on commit cacf9ae

Please sign in to comment.