-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathmeteor.coverage.json
More file actions
43 lines (43 loc) · 877 Bytes
/
meteor.coverage.json
File metadata and controls
43 lines (43 loc) · 877 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
38
39
40
41
42
43
{
"include": [],
"exclude": {
"general": [],
"server": [
"**/node_modules/**/*.json",
"**/.!(meteor)*/**",
"**/packages/!(local-test_?*.js)",
"**/+([^:]):+([^:])/**",
"**/@(test|tests|spec|specs)/**",
"**/?(*.)test?(s).?*",
"**/?(*.)spec?(s).?*",
"**/?(*.)app-test?(s).?*",
"**/?(*.)app-spec?(s).?*"
],
"client": [
"**/*.json",
"**/client/stylesheets/**",
"**/.npm/package/node_modules/**",
"**/web.browser/packages/**",
"**/.?*/**",
"**/packages/!(local-test_?*.js)",
"**/+([^:]):+([^:])/**",
"**/@(test|tests|spec|specs)/**",
"**/?(*.)test?(s).?*",
"**/?(*.)spec?(s).?*",
"**/?(*.)app-test?(s).?*",
"**/?(*.)app-spec?(s).?*"
]
},
"remapFormat": [
"html",
"cobertura",
"clover",
"json",
"json-summary",
"lcovonly",
"teamcity",
"text",
"text-summary"
],
"output": "./.coverage"
}