From 472d17b2935622a35862495cb11852c02e51f50f Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Fri, 17 Sep 2021 09:21:18 +0800 Subject: [PATCH] special compiler --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 703e31c090a..6ed43b1c127 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -143,7 +143,7 @@ jobs: working-directory: tests/ timeout-minutes: 2 - name: coverage - if: ${{ matrix.os }} == "ubuntu2004" + if: ${{ matrix.os }} == "ubuntu2004" && $${ matrix.compiler } == "gcc-9.2" run: | ~/.local/bin/fastcov -d build -l -o fastcov.info -p --exclude /usr/include --exclude=scanner.lex --exclude=/opt/vesoft/* bash <(curl -s https://codecov.io/bash) -Z -f fastcov.info