Skip to content

Commit

Permalink
build: include .nycrc in coverage workflows
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iwuliz authored and marco-ippolito committed Nov 17, 2024
1 parent f412a02 commit 5b35836
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- tools/test.py
- .github/workflows/coverage-linux-without-intl.yml
- codecov.yml
- .nycrc
push:
branches:
- main
Expand All @@ -26,6 +27,7 @@ on:
- tools/test.py
- .github/workflows/coverage-linux-without-intl.yml
- codecov.yml
- .nycrc

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- tools/test.py
- .github/workflows/coverage-linux.yml
- codecov.yml
- .nycrc
push:
branches:
- main
Expand All @@ -26,6 +27,7 @@ on:
- tools/test.py
- .github/workflows/coverage-linux.yml
- codecov.yml
- .nycrc

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- tools/test.py
- .github/workflows/coverage-windows.yml
- codecov.yml
- .nycrc
push:
branches:
- main
Expand All @@ -26,6 +27,7 @@ on:
- tools/test.py
- .github/workflows/coverage-windows.yml
- codecov.yml
- .nycrc

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 5b35836

Please sign in to comment.