Skip to content

Commit

Permalink
fix(ci): exclude non-libsinsp files from libsinsp test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra committed Jul 19, 2024
1 parent 6ea7fcd commit a18e1ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_coverage_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ jobs:
flags: libsinsp
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
plugin: 'xcode' # I want to disable gcov plugin so it won't be smarter than me... maybe?

0 comments on commit a18e1ef

Please sign in to comment.