File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 39
39
uses : coverallsapp/github-action@v2
40
40
with :
41
41
github-token : ${{ secrets.GITHUB_TOKEN }}
42
- - name : Publish codeclimate code coverage
42
+ - name : Publish Qlty code coverage
43
43
if : ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
44
-
45
- env :
46
- CC_TEST_REPORTER_ID : d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
44
+ uses : qltysh/qlty-action/coverage@v1
47
45
with :
48
- coverageLocations : |
49
- ${{github.workspace}}/ coverage/lcov.info:lcov
46
+ token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
47
+ files : coverage/lcov.info
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Parse urls from css file
5
5
[ ![ Downloads] ( https://img.shields.io/npm/dm/css-url-parser.svg?style=flat )] ( https://www.npmjs.org/package/css-url-parser )
6
6
[ ![ 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/ )
7
7
[ ![ 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 )
9
10
10
11
## Installation
11
12
```
You can’t perform that action at this time.
0 commit comments