File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
- name : Unit tests
35
35
run : pnpm test -- --coverage
36
36
37
- - name : Upload coverage to Codecov
38
- uses : codecov/codecov -action@v4
37
+ - name : Upload coverage
38
+ uses : coverallsapp/github -action@v2
39
39
40
40
lint :
41
41
name : Lint
Original file line number Diff line number Diff line change 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 )
2
2
3
3
An accessible and easy tab component for ReactJS.
4
4
You can’t perform that action at this time.
0 commit comments