Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f89664d

Browse filesBrowse files
iwuliztargos
authored andcommitted
build: include .nycrc in coverage workflows
PR-URL: #55210 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
1 parent 7ddbfe8 commit f89664d
Copy full SHA for f89664d

File tree

Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/coverage-linux-without-intl.yml
+2Lines changed: 2 additions & 0 deletions
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 }}
Collapse file

‎.github/workflows/coverage-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/coverage-linux.yml
+2Lines changed: 2 additions & 0 deletions
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 }}
Collapse file

‎.github/workflows/coverage-windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/coverage-windows.yml
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.