Skip to content

Commit

Permalink
update(ci): use codecov flag for libsinsp
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Aug 7, 2024
1 parent ae812ee commit 2c2e9b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 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 @@ -57,3 +57,4 @@ jobs:
files: ./libsinsp.coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
flags: libsinsp
22 changes: 16 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
component_management:
individual_components:
- component_id: libsinsp
name: libsinsp
paths:
- userspace/libsinsp/**
coverage:
status:
project:
default: off
libsinsp:
flags:
- libsinsp

flags:
libsinsp:
paths:
- userspace/libsinsp/

parsers:
cobertura:
partials_as_hits: true

0 comments on commit 2c2e9b0

Please sign in to comment.