From 71d40f664b893b8d37126cb9703349711aeb0596 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sun, 11 Feb 2024 03:35:40 +0900 Subject: [PATCH] docs(README): update coverage badge --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44a63d26..d4c3ff90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Run tests working-directory: . run: cp .env.example .env && sbt testWithDb - # TODO: sbt coverage testWithDb raise error when bbc93e985e32b88eb5840e61d13f9b2005b8e030. + # TODO: `sbt coverage testWithDb` raise error when `bbc93e985e32b88eb5840e61d13f9b2005b8e030`. # It seems failed to resolve doobie binaly version. # # while compiling: AuthorRepositoryDoobieInterpreter.scala diff --git a/README.md b/README.md index ae6c2125..01746dd2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ || Version | CI/CD | Coverage | |---|---|---|---| -| `v2.x` |![](https://img.shields.io/badge/Release-v2.11.0_(stable)-blue.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)| +| `v2.x` |![](https://img.shields.io/badge/Release-v2.11.0_(stable)-blue.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|[![](https://img.shields.io/badge/coverage-tempolary_inactive-inactive.svg)](https://github.com/yoshinorin/qualtet/commit/7923bccda784a198b3dc4d97a47111918e99ec30)| | `v1.x` |![](https://img.shields.io/badge/Release-v1.13.0_(stale)-inactive.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg?branch=v1.x)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=v1.x)](https://coveralls.io/github/yoshinorin/qualtet?branch=v1.x)| ## Related Projects