From 22bc15764b6c4277e8e448157149ec6a8c588279 Mon Sep 17 00:00:00 2001 From: Wuli Zuo Date: Thu, 3 Oct 2024 22:52:57 +0930 Subject: [PATCH] build: include `.nycrc` in coverage workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55210 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Jake Yuesong Li --- .github/workflows/coverage-linux-without-intl.yml | 2 ++ .github/workflows/coverage-linux.yml | 2 ++ .github/workflows/coverage-windows.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index 49ba0662d62b6f..5d1a283522d6ef 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-linux-without-intl.yml - codecov.yml + - .nycrc push: branches: - main @@ -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 }} diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 1a8e926dd82129..53032f24e3db21 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-linux.yml - codecov.yml + - .nycrc push: branches: - main @@ -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 }} diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index b234e8554ee7c4..a868d928109c9e 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -13,6 +13,7 @@ on: - tools/test.py - .github/workflows/coverage-windows.yml - codecov.yml + - .nycrc push: branches: - main @@ -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 }}