File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3838 - name : Coverage On Node ${{ matrix.node-version }}
3939 run :
4040 npm run coverage
41+ - name : Upload coverage to Codecov
42+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 11# SuperTest
22
3- [ ![ Coveralls ] [ coverage-badge ]] [ coverage ]
3+ [ ![ code coverage ] [ coverage-badge ]] [ coverage ]
44[ ![ Build Status] [ travis-badge ]] [ travis ]
55[ ![ Dependencies] [ dependencies-badge ]] [ dependencies ]
66[ ![ PRs Welcome] [ prs-badge ]] [ prs ]
@@ -296,8 +296,8 @@ Inspired by [api-easy](https://github.com/flatiron/api-easy) minus vows coupling
296296
297297MIT
298298
299- [ coverage-badge ] : https://coveralls. io/repos/ github/visionmedia/supertest/badge .svg?branch=master
300- [ coverage ] : https://coveralls .io/github /visionmedia/supertest?branch=master
299+ [ coverage-badge ] : https://img.shields. io/codecov/c/ github/visionmedia/supertest.svg
300+ [ coverage ] : https://codecov .io/gh /visionmedia/supertest
301301[ travis-badge ] : https://travis-ci.org/visionmedia/supertest.svg?branch=master
302302[ travis ] : https://travis-ci.org/visionmedia/supertest
303303[ dependencies-badge ] : https://david-dm.org/visionmedia/supertest/status.svg
Original file line number Diff line number Diff line change 2929 "lint:fix" : " eslint --fix lib/**/*.js test/**/*.js index.js" ,
3030 "pretest" : " npm run lint --if-present" ,
3131 "test" : " nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks" ,
32- "coverage" : " nyc report --reporter=text-lcov | coveralls "
32+ "coverage" : " nyc report --reporter=text-lcov > coverage.lcov "
3333 },
3434 "dependencies" : {
3535 "methods" : " ^1.1.2" ,
3838 "devDependencies" : {
3939 "body-parser" : " ^1.20.0" ,
4040 "cookie-parser" : " ^1.4.6" ,
41- "coveralls" : " ^3.1.1" ,
4241 "eslint" : " ^8.18.0" ,
4342 "eslint-config-airbnb-base" : " ^15.0.0" ,
4443 "eslint-plugin-import" : " ^2.26.0" ,
You can’t perform that action at this time.
0 commit comments