Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-08-10 19:41:07 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-13 00:45:50 +0300
commit3b1e6f202e0633f76df6958cd7ee2153d94f7340 (patch)
treeb839e4d485bf142f08b4326769d72b6905833888 /.github
parent8c954103abbbf07ee758566fceda9db803aaa040 (diff)
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 <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage-linux.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml
index c8b740db801..2ee6c8b5f19 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