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 23
23
- run : npm run lint
24
24
- run : npm run build
25
25
- run : npm run coverage
26
- - uses : coverallsapp/github -action@master
26
+ - uses : codecov/codecov -action@v1
27
27
with :
28
- github-token : ${{ secrets.GITHUB_TOKEN }}
28
+ file : ./coverage/lcov.info
29
29
test-browser :
30
30
runs-on : ubuntu-latest
31
31
steps :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Actions Status] [ actions-badge ]] [ actions-link ]
4
4
[ ![ Coverage Status] [ coverage-badge ]] [ coverage-link ]
5
- [ ![ JavaScript Style Guide] [ style-badge ]] [ style-link ]
6
5
[ ![ Discord] [ discord-badge ]] [ discord-link ]
7
6
8
7
This 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
333
332
334
333
[ actions-badge ] : https://github.com/ethereumjs/ethereumjs-client/workflows/Build/badge.svg
335
334
[ 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
338
337
[ discord-badge ] : https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue
339
338
[ 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
342
339
[ 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