File tree 6 files changed +6
-0
lines changed
6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 37
37
- uses : codecov/codecov-action@v1
38
38
with :
39
39
file : ' ${{ env.cwd }}/coverage/lcov.info'
40
+ flags : account
40
41
env :
41
42
cwd : ' ${{github.workspace}}/packages/account'
Original file line number Diff line number Diff line change 37
37
- uses : codecov/codecov-action@v1
38
38
with :
39
39
file : ' ${{ env.cwd }}/coverage/lcov.info'
40
+ flags : block
40
41
env :
41
42
cwd : ' ${{github.workspace}}/packages/block'
Original file line number Diff line number Diff line change 37
37
- uses : codecov/codecov-action@v1
38
38
with :
39
39
file : ' ${{ env.cwd }}/coverage/lcov.info'
40
+ flags : blockchain
40
41
env :
41
42
cwd : ' ${{github.workspace}}/packages/blockchain'
Original file line number Diff line number Diff line change 31
31
- uses : codecov/codecov-action@v1
32
32
with :
33
33
file : ' ${{ env.cwd }}/coverage/lcov.info'
34
+ flags : common
34
35
env :
35
36
cwd : ' ${{github.workspace}}/packages/common'
Original file line number Diff line number Diff line change 35
35
- uses : codecov/codecov-action@v1
36
36
with :
37
37
file : ' ${{ env.cwd }}/coverage/lcov.info'
38
+ flags : tx
38
39
env :
39
40
cwd : ' ${{github.workspace}}/packages/tx'
Original file line number Diff line number Diff line change 52
52
- uses : codecov/codecov-action@v1
53
53
with :
54
54
file : ' ${{ env.cwd }}/coverage/lcov.info'
55
+ flags : vm
55
56
env :
56
57
cwd : ' ${{github.workspace}}/packages/vm'
57
58
test-vm-blockchain :
You can’t perform that action at this time.
0 commit comments