File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -39,32 +39,32 @@ stages:
39
39
Linux_Py_3_9 :
40
40
python.version : ' 3.9'
41
41
vmImageName : ubuntu-latest
42
- uploadCoverage : " false "
42
+ uploadCoverage : " true "
43
43
44
44
Linux_Py_3_10 :
45
45
python.version : ' 3.10'
46
46
vmImageName : ubuntu-latest
47
- uploadCoverage : " true "
47
+ uploadCoverage : " false "
48
48
49
49
Windows_Py_3_7 :
50
50
python.version : ' 3.7'
51
51
vmImageName : windows-latest
52
52
uploadCoverage : " false"
53
53
54
- Windows_Py_3_8 :
55
- python.version : ' 3.8 '
56
- vmImageName : windows-latest
57
- uploadCoverage : " false"
54
+ # Windows_Py_3_9 :
55
+ # python.version: '3.9 '
56
+ # vmImageName: windows-latest
57
+ # uploadCoverage: "false"
58
58
59
- macOS_Py_3_7 :
60
- python.version : ' 3.7'
61
- vmImageName : macOS-latest
62
- uploadCoverage : " false"
59
+ # macOS_Py_3_7:
60
+ # python.version: '3.7'
61
+ # vmImageName: macOS-latest
62
+ # uploadCoverage: "false"
63
63
64
- macOS_Py_3_8 :
65
- python.version : ' 3.8'
66
- vmImageName : macOS-latest
67
- uploadCoverage : " false"
64
+ # macOS_Py_3_8:
65
+ # python.version: '3.8'
66
+ # vmImageName: macOS-latest
67
+ # uploadCoverage: "false"
68
68
69
69
macOS_Py_3_9 :
70
70
python.version : ' 3.9'
You can’t perform that action at this time.
0 commit comments