Skip to content

Commit defa904

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

File tree

3 files changed

+3102
-6
lines changed

3 files changed

+3102
-6
lines changed

.github/workflows/coverage.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- README.md
77
pull_request: {}
88

9+
permissions:
10+
contents: read
11+
id-token: write
12+
913
jobs:
1014
test:
1115
name: "Ruby 3.3: test and coverage measurement"
@@ -27,8 +31,7 @@ jobs:
2731

2832
# runs 'bundle install' and caches installed gems automatically
2933
bundler-cache: true
30-
- uses: paambaati/[email protected]
31-
env:
32-
CC_TEST_REPORTER_ID: 8310d94ccb41382dfbe0d2fed241c565b33ca01cea938449c4ba0b62500d01e2
34+
- uses: qltysh/qlty-action/coverage@v1
3335
with:
34-
coverageCommand: bundle exec rake spec
36+
oidc: true
37+
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)