File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4949 - name : Run benchmark
5050 run : npm run benchmark
5151
52- - name : Coveralls
53- uses : coverallsapp/github-action@master
54- with :
55- github-token : ${{ secrets.GITHUB_TOKEN }}
52+ - name : Codecov
53+ uses : codecov/codecov-action@v2
Original file line number Diff line number Diff line change 44
55[ ![ NPM version] ( https://img.shields.io/npm/v/html-react-parser.svg )] ( https://www.npmjs.com/package/html-react-parser )
66[ ![ Build Status] ( https://github.com/remarkablemark/html-react-parser/workflows/build/badge.svg?branch=master )] ( https://github.com/remarkablemark/html-react-parser/actions?query=workflow%3Abuild )
7- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ remarkablemark/html-react-parser/badge.svg?branch=master )] ( https://coveralls .io/github /remarkablemark/html-react-parser?branch=master )
7+ [ ![ codecov ] ( https://codecov .io/gh/ remarkablemark/html-react-parser/branch/master/graph/ badge.svg?token=wosFd1DBIR )] ( https://codecov .io/gh /remarkablemark/html-react-parser )
88[ ![ Dependency status] ( https://david-dm.org/remarkablemark/html-react-parser.svg )] ( https://david-dm.org/remarkablemark/html-react-parser )
99[ ![ NPM downloads] ( https://img.shields.io/npm/dm/html-react-parser.svg?style=flat-square )] ( https://www.npmjs.com/package/html-react-parser )
1010[ ![ Discord] ( https://img.shields.io/discord/422421589582282752.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/njExwXdrRJ )
@@ -477,8 +477,8 @@ Then update your Webpack config to:
477477module.exports = {
478478 // ...
479479 resolve: {
480- mainFields: ['browser', 'main', 'module'],
481- },
480+ mainFields: ['browser', 'main', 'module']
481+ }
482482};
483483```
484484
You can’t perform that action at this time.
0 commit comments