Skip to content

Commit 5b35836

Browse files
iwulizmarco-ippolito
authored andcommitted
build: include .nycrc in coverage workflows
PR-URL: #55210 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
1 parent f412a02 commit 5b35836

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/coverage-linux-without-intl.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- tools/test.py
1414
- .github/workflows/coverage-linux-without-intl.yml
1515
- codecov.yml
16+
- .nycrc
1617
push:
1718
branches:
1819
- main
@@ -26,6 +27,7 @@ on:
2627
- tools/test.py
2728
- .github/workflows/coverage-linux-without-intl.yml
2829
- codecov.yml
30+
- .nycrc
2931

3032
concurrency:
3133
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/coverage-linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- tools/test.py
1414
- .github/workflows/coverage-linux.yml
1515
- codecov.yml
16+
- .nycrc
1617
push:
1718
branches:
1819
- main
@@ -26,6 +27,7 @@ on:
2627
- tools/test.py
2728
- .github/workflows/coverage-linux.yml
2829
- codecov.yml
30+
- .nycrc
2931

3032
concurrency:
3133
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/coverage-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- tools/test.py
1414
- .github/workflows/coverage-windows.yml
1515
- codecov.yml
16+
- .nycrc
1617
push:
1718
branches:
1819
- main
@@ -26,6 +27,7 @@ on:
2627
- tools/test.py
2728
- .github/workflows/coverage-windows.yml
2829
- codecov.yml
30+
- .nycrc
2931

3032
concurrency:
3133
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)