File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments