-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcodecov.yml
More file actions
47 lines (40 loc) · 1 KB
/
codecov.yml
File metadata and controls
47 lines (40 loc) · 1 KB
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
45
46
codecov:
require_ci_to_pass: true
# Report line coverage as the primary metric
# Note: Codecov will still track branch coverage separately
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 0.5%
patch:
default:
target: auto
threshold: 0.5%
# Ignore untestable files
ignore:
- "**/*.html"
- "**/*.css"
- "src/test-setup.ts"
- "src/test.ts"
- "src/polyfills.ts"
- "src/main.ts"
- "src/environments/**"
- "**/*.spec.ts"
comment:
# Controls what appears in PR comments
# Current: condensed (compact) format showing header, files, and footer
# Options: header, condensed_header, diff, files, condensed_files,
# tree, reach, flags, footer, condensed_footer, components
layout: "condensed_header, condensed_files, condensed_footer"
behavior: default
require_changes: false
# GitHub status checks
github_checks:
annotations: true