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 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- 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
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments