Skip to content

Commit

Permalink
special compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Sep 17, 2021
1 parent 2f03645 commit 472d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 472d17b

Please sign in to comment.