From ef629cfd332e866b51914e48d0be1de6fdfb7c67 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Fri, 9 Apr 2021 07:48:41 -0700 Subject: [PATCH 1/2] Collect type coverage metrics, add badge to README --- .github/workflows/static-analysis.yml | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 35f1d6645a0..d049b95c7b2 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -52,3 +52,4 @@ jobs: uses: docker://vimeo/psalm-github-actions:4.6.4 with: composer_require_dev: true + args: --shepherd diff --git a/README.md b/README.md index ae4467a5f12..c197719de3d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ | [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.0 image]][GA 3.0] | [![GitHub Actions][GA 2.12 image]][GA 2.12] | | [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.0 image]][AppVeyor 3.0] | [![AppVeyor][AppVeyor 2.12 image]][AppVeyor 2.12] | | [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.0 image]][CodeCov 3.0] | [![Code Coverage][Coverage 2.12 image]][CodeCov 2.12] | +| N/A | N/A | [![Code Coverage][TypeCov 2.12 image]][TypeCov 2.12] | Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction. @@ -37,3 +38,5 @@ Powerful database abstraction layer with many features for database schema intro [AppVeyor 2.12 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.12.x?svg=true [GA 2.12]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.12.x [GA 2.12 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.12.x + [TypeCov 2.12]: https://shepherd.dev/github/doctrine/dbal + [TypeCov 2.12 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg From a25bc6af1fd792eb91e2600dc6a54715aa9e5b30 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Thu, 15 Apr 2021 16:28:58 -0700 Subject: [PATCH 2/2] Replace 2.12 with 2.13 in README --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c197719de3d..48b9477da11 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Doctrine DBAL -| [4.0-dev][4.0] | [3.0][3.0] | [2.12][2.12] | +| [4.0-dev][4.0] | [3.0][3.0] | [2.13][2.13] | |:----------------:|:----------:|:----------:| -| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.0 image]][GA 3.0] | [![GitHub Actions][GA 2.12 image]][GA 2.12] | -| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.0 image]][AppVeyor 3.0] | [![AppVeyor][AppVeyor 2.12 image]][AppVeyor 2.12] | -| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.0 image]][CodeCov 3.0] | [![Code Coverage][Coverage 2.12 image]][CodeCov 2.12] | -| N/A | N/A | [![Code Coverage][TypeCov 2.12 image]][TypeCov 2.12] | +| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.0 image]][GA 3.0] | [![GitHub Actions][GA 2.13 image]][GA 2.13] | +| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.0 image]][AppVeyor 3.0] | [![AppVeyor][AppVeyor 2.13 image]][AppVeyor 2.13] | +| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.0 image]][CodeCov 3.0] | [![Code Coverage][Coverage 2.13 image]][CodeCov 2.13] | +| N/A | N/A | [![Code Coverage][TypeCov 2.13 image]][TypeCov 2.13] | Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction. @@ -31,12 +31,12 @@ Powerful database abstraction layer with many features for database schema intro [GA 3.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.0.x [GA 3.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.0.x - [Coverage 2.12 image]: https://codecov.io/gh/doctrine/dbal/branch/2.12.x/graph/badge.svg - [2.12]: https://github.com/doctrine/dbal/tree/2.12.x - [CodeCov 2.12]: https://codecov.io/gh/doctrine/dbal/branch/2.12.x - [AppVeyor 2.12]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.12.x - [AppVeyor 2.12 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.12.x?svg=true - [GA 2.12]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.12.x - [GA 2.12 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.12.x - [TypeCov 2.12]: https://shepherd.dev/github/doctrine/dbal - [TypeCov 2.12 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg + [Coverage 2.13 image]: https://codecov.io/gh/doctrine/dbal/branch/2.13.x/graph/badge.svg + [2.13]: https://github.com/doctrine/dbal/tree/2.13.x + [CodeCov 2.13]: https://codecov.io/gh/doctrine/dbal/branch/2.13.x + [AppVeyor 2.13]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.13.x + [AppVeyor 2.13 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.13.x?svg=true + [GA 2.13]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.13.x + [GA 2.13 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.13.x + [TypeCov 2.13]: https://shepherd.dev/github/doctrine/dbal + [TypeCov 2.13 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg