Skip to content

Commit 7e81c26

Browse files
committed
update
1 parent 97c07b4 commit 7e81c26

3 files changed

Lines changed: 9 additions & 36 deletions

File tree

.codeclimate.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- name: Install codecov
23-
run: npm install -g codecov
2422
- name: Install Packages
2523
run: npm install
24+
- name: Install Qlty CLI
25+
uses: qltysh/qlty-action/install@v1
26+
- name: Run Qlty Check
27+
run: qlty check
2628
- name: Lint
2729
run: npm run lint
2830
- name: Run Unit Tests
@@ -35,3 +37,7 @@ jobs:
3537
flags: unittests
3638
name: codecov-coverage
3739
token: ${{ secrets.CODECOV_TOKEN }}
40+
- name: Upload coverage to Qlty
41+
uses: qltysh/qlty-action/coverage@v1
42+
with:
43+
coverage_file: ./coverage/coverage-final.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<p align="center">
77
<a href="https://github.com/wtetsu/mouse-dictionary/actions?query=workflow%3ATest"><img src="https://github.com/wtetsu/mouse-dictionary/workflows/Test/badge.svg" alt="Test" /></a>
8-
<a href="https://codeclimate.com/github/wtetsu/mouse-dictionary"><img src="https://codeclimate.com/github/wtetsu/mouse-dictionary/badges/gpa.svg" alt="Code Climate" /></a>
8+
<a href="https://qlty.sh/gh/wtetsu/projects/mouse-dictionary"><img src="https://qlty.sh/gh/wtetsu/projects/mouse-dictionary/maintainability.svg" alt="Maintainability" /></a>
99
<a href="https://codecov.io/gh/wtetsu/mouse-dictionary"><img src="https://codecov.io/gh/wtetsu/mouse-dictionary/branch/master/graph/badge.svg" alt="codecov" /></a>
1010
</p>
1111

0 commit comments

Comments
 (0)