mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-06 07:11:35 +00:00
Basic codecov config (#3290)
Don't count examples or test code towards coverage.
This commit is contained in:
parent
0226db281d
commit
8a12f95f23
22
codecov.yml
Normal file
22
codecov.yml
Normal file
@ -0,0 +1,22 @@
|
||||
ignore:
|
||||
- "src/agent/**/examples/"
|
||||
- "src/ApiService/*Tests/"
|
||||
|
||||
component_management:
|
||||
individual_components:
|
||||
- component_id: agent
|
||||
name: OneFuzz Agent
|
||||
paths:
|
||||
- src/agent/**
|
||||
- component_id: cli
|
||||
name: OneFuzz CLI
|
||||
paths:
|
||||
- src/cli/**
|
||||
- component_id: service
|
||||
name: OneFuzz Service
|
||||
paths:
|
||||
- src/ApiService/**
|
||||
- component_id: proxy
|
||||
name: OneFuzz Proxy
|
||||
paths:
|
||||
- src/proxy-manager/**
|
Loading…
x
Reference in New Issue
Block a user