Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski authored Feb 7, 2024
1 parent 1ef369a commit 9331db6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
uses: codecov/codecov-action@v4
with:
gcov: true
gcov_include: include/*
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./include

0 comments on commit 9331db6

Please sign in to comment.