-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcoverage-thresholds.json
More file actions
51 lines (51 loc) · 1.93 KB
/
coverage-thresholds.json
File metadata and controls
51 lines (51 loc) · 1.93 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
47
48
49
50
51
{
"default_threshold": 90,
"projects": {
"DataProvider/Nimblesite.DataProvider.Core": {
"threshold": 88,
"include": "[Nimblesite.DataProvider.Core]*,[Nimblesite.Sql.Model]*,[Nimblesite.Lql.SQLite]*"
},
"DataProvider/Nimblesite.DataProvider.Example": {
"threshold": 38,
"include": "[Nimblesite.DataProvider.Core]*,[Nimblesite.DataProvider.Example]*,[Nimblesite.Lql.SQLite]*,[Nimblesite.Sql.Model]*"
},
"Lql/Nimblesite.Lql.Core": {
"threshold": 71,
"include": "[Nimblesite.Lql.Core]*,[Nimblesite.Lql.Postgres]*,[Nimblesite.Lql.SqlServer]*,[Nimblesite.Lql.SQLite]*"
},
"Lql/Nimblesite.Lql.TypeProvider.FSharp": {
"threshold": 90,
"include": "[Nimblesite.Lql.TypeProvider.FSharp]*,[Nimblesite.Lql.Core]*,[Nimblesite.Lql.SQLite]*,[Nimblesite.Sql.Model]*"
},
"Migration/Nimblesite.DataProvider.Migration.Core": {
"threshold": 90,
"include": "[Nimblesite.DataProvider.Migration.Core]*,[Nimblesite.DataProvider.Migration.SQLite]*,[Nimblesite.DataProvider.Migration.Postgres]*"
},
"Sync/Nimblesite.Sync.Core": {
"threshold": 90,
"include": "[Nimblesite.Sync.Core]*"
},
"Sync/Nimblesite.Sync.SQLite": {
"threshold": 90,
"include": "[Nimblesite.Sync.Core]*,[Nimblesite.Sync.SQLite]*"
},
"Sync/Nimblesite.Sync.Postgres": {
"threshold": 90,
"include": "[Nimblesite.Sync.Core]*,[Nimblesite.Sync.Postgres]*,[Nimblesite.Sync.SQLite]*"
},
"Sync/Nimblesite.Sync.Integration": {
"threshold": 90,
"include": "[Nimblesite.Sync.Core]*,[Nimblesite.Sync.SQLite]*,[Nimblesite.Sync.Postgres]*,[Nimblesite.Sync.Http]*"
},
"Sync/Nimblesite.Sync.Http": {
"threshold": 90,
"include": "[Nimblesite.Sync.Core]*,[Nimblesite.Sync.SQLite]*,[Nimblesite.Sync.Postgres]*,[Nimblesite.Sync.Http]*"
},
"Lql/lql-lsp-rust": {
"threshold": 92
},
"Lql/LqlExtension": {
"threshold": 90
}
}
}