Skip to content

Commit

Permalink
Add missing crates to code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Sep 26, 2024
1 parent bc58fa5 commit 55d8fa3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ component_management:
name: crashtracker # this is a display name, and can be changed freely
paths:
- crashtracker
- component_id: crashtracker-ffi # this is an identifier that should not be changed
name: crashtracker-ffi # this is a display name, and can be changed freely
paths:
- crashtracker-ffi
- component_id: datadog-alloc # this is an identifier that should not be changed
name: datadog-alloc # this is a display name, and can be changed freely
paths:
Expand All @@ -31,6 +35,14 @@ component_management:
name: ddtelemetry # this is a display name, and can be changed freely
paths:
- ddtelemetry
- component_id: ddtelemetry-ffi # this is an identifier that should not be changed
name: ddtelemetry-ffi # this is a display name, and can be changed freely
paths:
- ddtelemetry-ffi
- component_id: dogstatsd # this is an identifier that should not be changed
name: dogstatsd # this is a display name, and can be changed freely
paths:
- dogstatsd
- component_id: dogstatsd-client # this is an identifier that should not be changed
name: dogstatsd-client # this is a display name, and can be changed freely
paths:
Expand Down

0 comments on commit 55d8fa3

Please sign in to comment.