File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3636 run : npm ci
3737
3838 - name : Run tests
39- run : npm run test -- --coverage --ci --runInBand
40-
41- - name : Upload code coverage
42- uses : coverallsapp/github-action@master
43- with :
44- github-token : ${{ secrets.GITHUB_TOKEN }}
39+ run : npm run test -- --ci --runInBand
4540
4641 test-earliest-node-engine-support :
4742 runs-on : ubuntu-latest
5550 run : npm ci
5651
5752 - name : Run tests
58- run : npm run test -- --coverage -- ci --runInBand
53+ run : npm run test -- --ci --runInBand
5954
6055 build :
6156 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 33[ ![ Version] [ version-badge ]] [ version-link ]
44[ ![ npm] [ npm-badge ]] [ npm-link ]
55[ ![ Test CI] [ ci-badge ]] [ ci-link ]
6- [ ![ Coverage Status] [ coverage-badge ]] [ coverage-link ]
76[ ![ License] [ license-badge ]] [ license-link ]
87[ ![ Docs] [ docs-badge ]] [ docs-link ]
98
@@ -214,8 +213,6 @@ See [the contributing guide](./.github/contributing.md) for detailed instruction
214213[ npm-link ] : https://www.npmjs.com/package/@opensea/stream-js
215214[ ci-badge ] : https://github.com/ProjectOpenSea/stream-js/actions/workflows/ci.yml/badge.svg
216215[ ci-link ] : https://github.com/ProjectOpenSea/stream-js/actions/workflows/ci.yml
217- [ coverage-badge ] : https://coveralls.io/repos/github/ProjectOpenSea/stream-js/badge.svg?branch=main
218- [ coverage-link ] : https://coveralls.io/github/ProjectOpenSea/stream-js?branch=main
219216[ license-badge ] : https://img.shields.io/github/license/ProjectOpenSea/stream-js
220217[ license-link ] : https://github.com/ProjectOpenSea/stream-js/blob/main/LICENSE
221218[ docs-badge ] : https://img.shields.io/badge/Stream.js-documentation-informational
You can’t perform that action at this time.
0 commit comments