forked from mapbox/mapbox-maps-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
44 lines (43 loc) · 918 Bytes
/
codecov.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
ignore:
- "Apps"
- "docs"
- "PCVD"
- "Tests"
coverage:
status:
project:
default:
threshold: 2
patch: off
comment:
require_changes: true
layout: "reach, diff, flags, files"
# Flags - does this help?
# flag_management:
# default_rules:
# carryforward: boolean?
# ignore: [path]?
# paths: [path]?
# statuses: [ #note, statuses are an array
# name_prefix: string (r"^[\w\-\.]+$")
# type: OR("project", "patch", "changes")
# target: OR("auto", percent)?
# include_changes: OR("auto", percent)?
# threshold: percent?
# **normal status attributes
# ]?
# Explicit list of flags
flags:
mapbox_maps:
paths:
- Sources/MapboxMaps
carryforward: false
mapbox_maps_tests_with_host:
paths:
- Sources/MapboxMaps
carryforward: false