Skip to content

Commit

Permalink
Remove Coveralls (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
montasaurus authored May 26, 2023
1 parent 4ee7f99 commit 6e85077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
run: npm ci

- name: Run tests
run: npm run test -- --coverage --ci --runInBand

- name: Upload code coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: npm run test -- --ci --runInBand

test-earliest-node-engine-support:
runs-on: ubuntu-latest
Expand All @@ -55,7 +50,7 @@ jobs:
run: npm ci

- name: Run tests
run: npm run test -- --coverage --ci --runInBand
run: npm run test -- --ci --runInBand

build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Version][version-badge]][version-link]
[![npm][npm-badge]][npm-link]
[![Test CI][ci-badge]][ci-link]
[![Coverage Status][coverage-badge]][coverage-link]
[![License][license-badge]][license-link]
[![Docs][docs-badge]][docs-link]

Expand Down Expand Up @@ -214,8 +213,6 @@ See [the contributing guide](./.github/contributing.md) for detailed instruction
[npm-link]: https://www.npmjs.com/package/@opensea/stream-js
[ci-badge]: https://github.com/ProjectOpenSea/stream-js/actions/workflows/ci.yml/badge.svg
[ci-link]: https://github.com/ProjectOpenSea/stream-js/actions/workflows/ci.yml
[coverage-badge]: https://coveralls.io/repos/github/ProjectOpenSea/stream-js/badge.svg?branch=main
[coverage-link]: https://coveralls.io/github/ProjectOpenSea/stream-js?branch=main
[license-badge]: https://img.shields.io/github/license/ProjectOpenSea/stream-js
[license-link]: https://github.com/ProjectOpenSea/stream-js/blob/main/LICENSE
[docs-badge]: https://img.shields.io/badge/Stream.js-documentation-informational
Expand Down

0 comments on commit 6e85077

Please sign in to comment.