-
-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (29 loc) · 708 Bytes
/
codecov.yml
File metadata and controls
29 lines (29 loc) · 708 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
28
29
codecov:
disable_default_path_fixes: true
notify:
manual_trigger: true
ignore:
- "**/spec/**"
comment:
layout: "header, diff, flags, components, tree"
after_n_builds: 100
component_management:
individual_components:
- component_id: "sentry-ruby"
paths:
- "sentry-ruby/"
- component_id: "sentry-rails"
paths:
- "sentry-rails/"
- component_id: "sentry-sidekiq"
paths:
- "sentry-sidekiq/"
- component_id: "sentry-resque"
paths:
- "sentry-resque/"
- component_id: "sentry-delayed_job"
paths:
- "sentry-delayed_job/"
- component_id: "sentry-opentelemetry"
paths:
- "sentry-opentelemetry/"