From f506b6ef68c4e415903496160390e6fe656e3b41 Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:34:20 +0800 Subject: [PATCH] fix coverage --- .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 bb960ac45b6..db023d08933 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -148,7 +148,7 @@ jobs: - name: coverage if: ${{ matrix.compiler == 'gcc-9.2' && matrix.os == 'ubuntu2004' }} run: | - ~/.local/bin/fastcov -d build -l -o fastcov.info -p --exclude /usr/include --exclude parser/scanner.lex --exclude=/opt/vesoft + ~/.local/bin/fastcov -d build -l -o fastcov.info -p --exclude /usr/include --exclude=/opt/vesoft --exclude scanner.lex bash <(curl -s https://codecov.io/bash) -Z -f fastcov.info - name: Sanitizer if: ${{ always() }}