Skip to content

Commit 4a63b17

Browse files
committed
chore: switch to coveralls
1 parent 363086b commit 4a63b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Unit tests
3535
run: pnpm test -- --coverage
3636

37-
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
37+
- name: Upload coverage
38+
uses: coverallsapp/github-action@v2
3939

4040
lint:
4141
name: Lint

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-tabs [![npm version](https://img.shields.io/npm/v/react-tabs.svg)](https://www.npmjs.com/package/react-tabs) [![codecov](https://codecov.io/gh/reactjs/react-tabs/branch/main/graph/badge.svg?token=XnEVrthAub)](https://codecov.io/gh/reactjs/react-tabs)
1+
# react-tabs [![npm version](https://img.shields.io/npm/v/react-tabs.svg)](https://www.npmjs.com/package/react-tabs) [![Coverage Status](https://coveralls.io/repos/github/reactjs/react-tabs/badge.svg?branch=main)](https://coveralls.io/github/reactjs/react-tabs?branch=main)
22

33
An accessible and easy tab component for ReactJS.
44

0 commit comments

Comments
 (0)