Skip to content

Commit 6e85077

Browse files
authored
Remove Coveralls (#286)
1 parent 4ee7f99 commit 6e85077

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
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
@@ -55,7 +50,7 @@ jobs:
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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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

0 commit comments

Comments
 (0)