Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Sep 22, 2021
1 parent efe1f42 commit f506b6e
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 @@ -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() }}
Expand Down

0 comments on commit f506b6e

Please sign in to comment.