Skip to content

Commit a8921cd

Browse files
committed
migrate CodeClimite to Qlty
1 parent 3535924 commit a8921cd

File tree

3 files changed

+3098
-6
lines changed

3 files changed

+3098
-6
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727

2828
# runs 'bundle install' and caches installed gems automatically
2929
bundler-cache: true
30-
- uses: paambaati/[email protected]
31-
env:
32-
CC_TEST_REPORTER_ID: 8310d94ccb41382dfbe0d2fed241c565b33ca01cea938449c4ba0b62500d01e2
30+
- uses: qltysh/qlty-action/coverage@v1
3331
with:
34-
coverageCommand: bundle exec rake spec
32+
oidc: true
33+
files: coverage/.resultset.json

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
====================
33

44
![Test](https://github.com/cre-ne-jp/rgrb/workflows/Test/badge.svg)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/ee60ffa7fe19fbb3147b/maintainability)](https://codeclimate.com/github/cre-ne-jp/rgrb/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/ee60ffa7fe19fbb3147b/test_coverage)](https://codeclimate.com/github/cre-ne-jp/rgrb/test_coverage)
5+
[![Maintainability](https://qlty.sh/gh/cre-ne-jp/projects/rgrb/maintainability.svg)](https://qlty.sh/gh/cre-ne-jp/projects/rgrb)
6+
[![Code Coverage](https://qlty.sh/gh/cre-ne-jp/projects/rgrb/coverage.svg)](https://qlty.sh/gh/cre-ne-jp/projects/rgrb)
77

88
RGRB は Ruby で実装されている汎用 IRC/Discord ボットです。プラグイン方式により柔軟な拡張が可能です。
99

0 commit comments

Comments
 (0)