Skip to content

Commit de24464

Browse files
authored
Use Qlty instead of Code Climate (#73)
1 parent 1fa3f70 commit de24464

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ jobs:
3939
uses: coverallsapp/github-action@v2
4040
with:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
42-
- name: Publish codeclimate code coverage
42+
- name: Publish Qlty code coverage
4343
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
44-
uses: paambaati/[email protected]
45-
env:
46-
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
44+
uses: qltysh/qlty-action/coverage@v1
4745
with:
48-
coverageLocations: |
49-
${{github.workspace}}/coverage/lcov.info:lcov
46+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
47+
files: coverage/lcov.info

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Parse urls from css file
55
[![Downloads](https://img.shields.io/npm/dm/css-url-parser.svg?style=flat)](https://www.npmjs.org/package/css-url-parser)
66
[![Node.js CI](https://github.com/website-scraper/node-css-url-parser/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/website-scraper/node-css-url-parser/)
77
[![Coverage Status](https://coveralls.io/repos/website-scraper/node-css-url-parser/badge.svg)](https://coveralls.io/r/website-scraper/node-css-url-parser)
8-
[![Code Climate](https://codeclimate.com/github/website-scraper/node-css-url-parser/badges/gpa.svg)](https://codeclimate.com/github/website-scraper/node-css-url-parser)
8+
[![Code Coverage](https://qlty.sh/gh/website-scraper/projects/node-css-url-parser/coverage.svg)](https://qlty.sh/gh/website-scraper/projects/node-css-url-parser)
9+
[![Maintainability](https://qlty.sh/gh/website-scraper/projects/node-css-url-parser/maintainability.svg)](https://qlty.sh/gh/website-scraper/projects/node-css-url-parser)
910

1011
## Installation
1112
```

0 commit comments

Comments
 (0)