Skip to content

Commit

Permalink
chore: switch to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 18, 2024
1 parent 363086b commit 4a63b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Unit tests
run: pnpm test -- --coverage

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

lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

An accessible and easy tab component for ReactJS.

Expand Down

0 comments on commit 4a63b17

Please sign in to comment.