Skip to content

Commit

Permalink
docs(README): update coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 10, 2024
1 parent 7923bcc commit 71d40f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71d40f6

Please sign in to comment.