From 2acaade3eb8725e109e820f914a7bd1a6ffdb6e1 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`. --- .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