File tree Expand file tree Collapse file tree 5 files changed +628
-650
lines changed Expand file tree Collapse file tree 5 files changed +628
-650
lines changed Original file line number Diff line number Diff line change @@ -14,39 +14,46 @@ cache:
14
14
- " .eslintcache"
15
15
16
16
stages :
17
- - basic
18
- - advanced
19
- - versions
17
+ - basic
18
+ - advanced
19
+ - versions
20
20
21
21
matrix :
22
22
include :
23
23
- os : linux
24
24
node_js : " 10"
25
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
25
+ env :
26
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
26
27
stage : basic
27
28
- os : linux
28
29
node_js : " 10"
29
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lint-unit
30
+ env :
31
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lint-unit
30
32
stage : advanced
31
33
- os : linux
32
34
node_js : " 10"
33
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
35
+ env :
36
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
34
37
stage : advanced
35
38
- os : linux
36
39
node_js : " 10"
37
- env : NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
40
+ env :
41
+ NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
38
42
stage : versions
39
43
- os : osx
40
44
node_js : " 10"
41
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
45
+ env :
46
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
42
47
stage : versions
43
48
- os : linux
44
49
node_js : " 8"
45
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
50
+ env :
51
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
46
52
stage : versions
47
53
- os : linux
48
54
node_js : " 6"
49
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
55
+ env :
56
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
50
57
stage : versions
51
58
fast_finish : true
52
59
allow_failures :
@@ -66,4 +73,5 @@ after_success:
66
73
67
74
notifications :
68
75
slack :
69
- secure : JduSdKWwbnLCwo7Z4E59SGE+Uw832UwnXzQiKEpg1BV45MYDPRiGltly1tRHmPh9OGjvGx3XSkC2tNGOBLtL4UL2SCkf012x0t7jDutKRfcv/njynl8jk8l+UhPmaWiHXDQAgGiiKdL4RfzPLW3HeVHCOWm0LKMzcarTa8tw+rE=
76
+ secure :
77
+ JduSdKWwbnLCwo7Z4E59SGE+Uw832UwnXzQiKEpg1BV45MYDPRiGltly1tRHmPh9OGjvGx3XSkC2tNGOBLtL4UL2SCkf012x0t7jDutKRfcv/njynl8jk8l+UhPmaWiHXDQAgGiiKdL4RfzPLW3HeVHCOWm0LKMzcarTa8tw+rE=
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ test_script:
32
32
- cmd : yarn istanbul report --report lcovonly
33
33
- cmd : yarn unlink webpack
34
34
- cmd : yarn global add codecov && codecov -F %job_part% --disable=gcov
35
- - cmd : del /F /Q .jest-cache\\haste-map* .jest-cache\\perf-cache* 2> null || Ver > null
35
+ - cmd :
36
+ del /F /Q .jest-cache\\haste-map* .jest-cache\\perf-cache* 2> null || Ver > null
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ coverage:
18
18
target : 0%
19
19
patch :
20
20
default : off
21
- integration :
22
- flags : integration
21
+ basic :
22
+ flags : basic
23
23
target : 90%
24
24
base : pr
25
25
integration :
You can’t perform that action at this time.
0 commit comments