From a2e36921d549d7a855f0bd6a7f13d1f90c6a586e Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Sun, 30 May 2021 15:36:19 -0700 Subject: [PATCH] [coverage] exclude third-party --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ff2ab7b1..1f779264 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -40,6 +40,7 @@ jobs: --exclude src/base/result.h --exclude src/safe --exclude src/spookyhash + --exclude src/third-party --exclude src/ww898 --exclude src/yajl --exclude test