-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcodecov.yml
36 lines (36 loc) · 889 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
coverage:
status:
project:
default:
threshold: 10%
informational: true # for viewing only to stop it failing builds
if_not_found: success
if_ci_failed: success
flag_coverage_not_uploaded_behavior: pass
patch:
default:
threshold: 10%
informational: true
if_not_found: success
if_ci_failed: success
flag_coverage_not_uploaded_behavior: pass
comment:
layout: "condensed_header, files, diff, components"
hide_project_coverage: false
behavior: default
component_management:
individual_components:
- component_id: game_module
name: Content
paths:
- game/
- component_id: engine_module
name: Engine
paths:
- engine/
- component_id: network_module
name: Network
paths:
- network/
github_checks:
annotations: false