Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Sep 17, 2021
1 parent 472d17b commit cf584a8
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" && $${ matrix.compiler } == "gcc-9.2"
if: ${{ matrix.compiler == "gcc-9.2" && matrix.os == "ubuntu2004" }}
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 cf584a8

Please sign in to comment.