Skip to content

Commit

Permalink
[FIX] Coverage CI (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler authored Mar 29, 2022
2 parents edbfa95 + 7a9d217 commit 576322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
CC: ${{ matrix.cc }}
run: |
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/${CC/gcc/gcov} 100
pip install gcovr
pip install gcovr==5.0
- name: Load ccache
uses: actions/cache@v2
Expand Down

1 comment on commit 576322c

@vercel
Copy link

@vercel vercel bot commented on 576322c Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.