Skip to content

Commit 7025ca5

Browse files
committed
add codecov flags
1 parent 9b263be commit 7025ca5

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/account-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
- uses: codecov/codecov-action@v1
3838
with:
3939
file: '${{ env.cwd }}/coverage/lcov.info'
40+
flags: account
4041
env:
4142
cwd: '${{github.workspace}}/packages/account'

.github/workflows/block-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
- uses: codecov/codecov-action@v1
3838
with:
3939
file: '${{ env.cwd }}/coverage/lcov.info'
40+
flags: block
4041
env:
4142
cwd: '${{github.workspace}}/packages/block'

.github/workflows/blockchain-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
- uses: codecov/codecov-action@v1
3838
with:
3939
file: '${{ env.cwd }}/coverage/lcov.info'
40+
flags: blockchain
4041
env:
4142
cwd: '${{github.workspace}}/packages/blockchain'

.github/workflows/common-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
- uses: codecov/codecov-action@v1
3232
with:
3333
file: '${{ env.cwd }}/coverage/lcov.info'
34+
flags: common
3435
env:
3536
cwd: '${{github.workspace}}/packages/common'

.github/workflows/tx-bulid.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
- uses: codecov/codecov-action@v1
3636
with:
3737
file: '${{ env.cwd }}/coverage/lcov.info'
38+
flags: tx
3839
env:
3940
cwd: '${{github.workspace}}/packages/tx'

.github/workflows/vm-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: codecov/codecov-action@v1
5353
with:
5454
file: '${{ env.cwd }}/coverage/lcov.info'
55+
flags: vm
5556
env:
5657
cwd: '${{github.workspace}}/packages/vm'
5758
test-vm-blockchain:

0 commit comments

Comments
 (0)