From 097d898e5807adb3491ae1b0c87e4b5417f81e86 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 10 Aug 2021 12:41:07 -0400 Subject: [PATCH] build: run coverage for inspector protocol changes The inspector protocol currently lives in `tools`. PR-URL: https://github.com/nodejs/node/pull/39725 Reviewed-By: Rich Trott Reviewed-By: James M Snell --- .github/workflows/coverage-linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index c8b740db801169..2ee6c8b5f19b77 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -8,7 +8,6 @@ on: - 'benchmark/**' - 'deps/**' - 'doc/**' - - 'tools/**' push: branches: - master @@ -18,7 +17,6 @@ on: - 'benchmark/**' - 'deps/**' - 'doc/**' - - 'tools/**' env: PYTHON_VERSION: 3.9