File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 41
41
uses : coverallsapp/github-action@v2
42
42
with :
43
43
github-token : ${{ secrets.GITHUB_TOKEN }}
44
- - name : Publish codeclimate code coverage
44
+ - name : Publish Qlty code coverage
45
45
if : ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
46
- uses : paambaati/codeclimate-action@v9.0.0
47
- env :
48
- CC_TEST_REPORTER_ID : 5a58ca8fc3a280bcb3e9cc6af2588c2e24608abc50d89d749c4453b5ebbbd31b
46
+ uses : qltysh/qlty-action/coverage@v1
49
47
with :
50
- coverageLocations : |
51
- ${{github.workspace}}/ coverage/lcov.info:lcov
48
+ token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
49
+ files : coverage/lcov.info
Original file line number Diff line number Diff line change 1
1
[ ![ Version] ( https://img.shields.io/npm/v/website-scraper.svg?style=flat )] ( https://www.npmjs.org/package/website-scraper )
2
2
[ ![ Downloads] ( https://img.shields.io/npm/dm/website-scraper.svg?style=flat )] ( https://www.npmjs.org/package/website-scraper )
3
3
[ ![ Node.js CI] ( https://github.com/website-scraper/node-website-scraper/actions/workflows/node.js.yml/badge.svg )] ( https://github.com/website-scraper/node-website-scraper )
4
- [ ![ Test Coverage] ( https://codeclimate.com/github /website-scraper/node-website-scraper/badges/ coverage.svg )] ( https://codeclimate.com/github /website-scraper/node-website-scraper/coverage )
4
+ [ ![ Code Coverage] ( https://qlty.sh/gh /website-scraper/projects/ node-website-scraper/coverage.svg )] ( https://qlty.sh/gh /website-scraper/projects/ node-website-scraper )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/website-scraper/node-website-scraper/badge.svg?branch=master )] ( https://coveralls.io/github/website-scraper/node-website-scraper?branch=master )
6
6
7
7
You can’t perform that action at this time.
0 commit comments