This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2323 - run : npm run lint
2424 - run : npm run build
2525 - run : npm run coverage
26- - uses : coverallsapp/github -action@master
26+ - uses : codecov/codecov -action@v1
2727 with :
28- github-token : ${{ secrets.GITHUB_TOKEN }}
28+ file : ./coverage/lcov.info
2929 test-browser :
3030 runs-on : ubuntu-latest
3131 steps :
Original file line number Diff line number Diff line change 22
33[ ![ Actions Status] [ actions-badge ]] [ actions-link ]
44[ ![ Coverage Status] [ coverage-badge ]] [ coverage-link ]
5- [ ![ JavaScript Style Guide] [ style-badge ]] [ style-link ]
65[ ![ Discord] [ discord-badge ]] [ discord-link ]
76
87This is the work repository for the EthereumJS client project targeting both Node.js and the browser as a platform.
@@ -333,11 +332,9 @@ If you want to join for work or do improvements on the libraries have a look at
333332
334333[ actions-badge ] : https://github.com/ethereumjs/ethereumjs-client/workflows/Build/badge.svg
335334[ actions-link ] : https://github.com/ethereumjs/ethereumjs-client/actions
336- [ coverage-badge ] : https://img.shields. io/coveralls /ethereumjs/ethereumjs-client.svg
337- [ coverage-link ] : https://coveralls .io/r /ethereumjs/ethereumjs-client
335+ [ coverage-badge ] : https://codecov. io/gh /ethereumjs/ethereumjs-client/branch/master/graph/badge .svg
336+ [ coverage-link ] : https://codecov .io/gh /ethereumjs/ethereumjs-client
338337[ discord-badge ] : https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue
339338[ discord-link ] : https://discord.gg/TNwARpR
340- [ style-badge ] : https://img.shields.io/badge/code_style-standard-brightgreen.svg
341- [ style-link ] : https://standardjs.com
342339[ discord-badge ] : https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue
343- [ discord-link ] : https://discord.gg/TNwARpR
340+ [ discord-link ] : https://discord.gg/TNwARpR
Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project :
4+ default :
5+ target : auto
6+ threshold : 2%
7+ base : auto
You can’t perform that action at this time.
0 commit comments