Skip to content

Commit 90a306d

Browse files
committed
Remove coveralls
1 parent e9343fb commit 90a306d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ jobs:
2323
- run: yarn build
2424
env:
2525
NODE_ENV: production
26-
- name: Coveralls
27-
uses: coverallsapp/github-action@master
28-
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Simple, customizable yet performant spreadsheet for React.
88

99
![Screenshot](https://github.com/iddan/react-spreadsheet/blob/master/assets/screenshot.png?raw=true)
1010
[![CI](https://github.com/iddan/react-spreadsheet/workflows/CI/badge.svg?branch=master)](https://github.com/iddan/react-spreadsheet/actions/workflows/ci.yaml?query=branch%3Amaster)
11-
[![Coverage Status](https://coveralls.io/repos/github/iddan/react-spreadsheet/badge.svg?branch=master)](https://coveralls.io/github/iddan/react-spreadsheet?branch=master)
1211

1312
```bash
1413
npm install react react-dom scheduler react-spreadsheet

0 commit comments

Comments
 (0)