Skip to content

Commit

Permalink
ci: exclude some tests from coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 17, 2024
1 parent d1dad8b commit 5ee3b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
sudo ln -sf /usr/bin/gcov-9 /usr/bin/gcov
export GCOV=/usr/bin/gcov-9
etc/test-code-coverage.sh test_all "[quick]"
etc/test-code-coverage.sh test_all "[quick][exclude:no-valgrind][exclude:no-coverage]"
- name: "Uploading to Codecov . . ."
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 5ee3b46

Please sign in to comment.