Skip to content

Commit

Permalink
Update gcov version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jan 6, 2025
1 parent 40eb7aa commit e26d0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
sudo apt-get install -y lcov
- name: "Run quick tests . . ."
run: |
sudo ln -sf /usr/bin/gcov-9 /usr/bin/gcov
export GCOV=/usr/bin/gcov-9
sudo ln -sf /usr/bin/gcov-13 /usr/bin/gcov
export GCOV=/usr/bin/gcov-13
etc/test-code-coverage.sh test_all "[quick][exclude:no-valgrind][exclude:no-coverage]"
- name: "Uploading to Codecov . . ."
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit e26d0cb

Please sign in to comment.