Basic codecov config (#3290)

Don't count examples or test code towards coverage.
This commit is contained in:
George Pollard 2023-07-14 01:01:24 +12:00 committed by GitHub
parent 0226db281d
commit 8a12f95f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
codecov.yml Normal file
View 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/**