-
-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (33 loc) · 714 Bytes
/
codecov.yml
File metadata and controls
37 lines (33 loc) · 714 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
30
31
32
33
34
35
36
37
coverage:
precision: 2
round: down
range: '50...100'
status:
project:
default:
target: 70%
threshold: 2%
# new
patch:
default:
target: 75%
threshold: 5%
informational: true
# PR
comment:
layout: 'header, diff, files'
behavior: default
require_changes: false
ignore:
- 'src/assets/icons/defaultIcons.js'
- 'src/langs/*.js'
- 'src/plugins/index.js'
- 'src/events.js'
- 'src/typedef.js'
- 'test/**'
- '**/*.spec.js'
- '**/*.integration.spec.js'
- 'dist/**'
- 'build/**'
- 'coverage/**'
- '**/node_modules/**'