onefuzz/codecov.yml
George Pollard 8a12f95f23
Basic codecov config (#3290)
Don't count examples or test code towards coverage.
2023-07-13 06:01:24 -07:00

23 lines
477 B
YAML

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/**