-
Notifications
You must be signed in to change notification settings - Fork 4
/
coverage-config.yaml
58 lines (58 loc) · 2.56 KB
/
coverage-config.yaml
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
52
53
54
55
56
57
58
projects:
"zowe/zowe-cli":
unit:
junit-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/unit
lcov-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/unit/coverage
integration:
junit-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/integration
system:
test-count: npm-jest
"zowe/cics-for-zowe-client#main":
unit-cli:
junit-artifact: main.yml/ubuntu-latest-20.x-results/cli/__tests__/__results__/unit
lcov-artifact: main.yml/ubuntu-latest-20.x-results/cli/__tests__/__results__/unit/coverage
unit-sdk:
junit-artifact: main.yml/ubuntu-latest-20.x-results/sdk/__tests__/__results__/unit
lcov-artifact: main.yml/ubuntu-latest-20.x-results/sdk/__tests__/__results__/unit/coverage
unit-vsce:
junit-artifact: main.yml/ubuntu-latest-20.x-results/vsce/__tests__/__results__/unit
system:
test-count: npm-jest:packages/cli:packages/sdk
"zowe/zowe-cli-db2-plugin":
unit:
junit-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit
lcov-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit/coverage
system:
test-count: npm-jest
"zowe/zowe-cli-ftp-plugin":
unit:
junit-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit
lcov-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit/coverage
system:
test-count: npm-jest
"zowe/zowe-cli-mq-plugin":
unit:
junit-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit
lcov-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit/coverage
integration:
junit-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/integration
system:
test-count: npm-jest
"zowe/zowe-cli-scs-plugin":
unit:
junit-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit
lcov-artifact: zowe-cli-plugin.yml/ubuntu-latest-20.x-results/unit/coverage
system:
test-count: npm-jest
"zowe/zowe-explorer-vscode#main":
unit:
junit-artifact: zowe-explorer-ci.yml/zowe-explorer-results/unit
lcov-artifact: zowe-explorer-ci.yml/zowe-explorer-results/unit/coverage
unit-api:
junit-artifact: zowe-explorer-ci.yml/zowe-explorer-api-results/unit
lcov-artifact: zowe-explorer-ci.yml/zowe-explorer-api-results/unit/coverage
unit-ftp:
junit-artifact: zowe-explorer-ftp-ci.yml/zowe-explorer-ftp-extension-results/unit
lcov-artifact: zowe-explorer-ftp-ci.yml/zowe-explorer-ftp-extension-results/unit/coverage
integration:
junit-artifact: theia-zowe-explorer-ci.yml/theia-zowe-explorer-results/integration