forked from PeerDB-io/peerdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (25 loc) · 664 Bytes
/
Copy pathcodecov.yml
File metadata and controls
27 lines (25 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parsers:
go:
partials_as_hits: true
ignore:
- "flow/alerting/email_alert_sender.go"
- "flow/alerting/slack_alert_sender.go"
- "flow/connectors/bigquery"
- "flow/connectors/elasticsearch"
- "flow/connectors/eventhub"
- "flow/connectors/kafka"
- "flow/connectors/postgres/sanitize"
- "flow/connectors/pubsub"
- "flow/connectors/snowflake"
- "flow/e2e/eventhub"
- "flow/middleware"
- "flow/shared/aws_common"
- "flow/shared/telemetry/sns_message_sender.go"
component_management:
individual_components:
- component_id: full
paths:
- flow/datatypes/
- flow/e2eshared/
statuses:
- target: 100%