File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
displayName : Install Packages
38
38
- script : npm test
39
39
displayName : Test
40
- - script : npm run -s codecov
40
+ - script : npm run -s codecov -- -t $(CODECOV_TOKEN)
41
41
displayName : Send Coverage
42
42
43
43
- job : tests_on_linux_with_eslint6
54
54
displayName : Install Packages
55
55
- script : npm test
56
56
displayName : Test
57
- - script : npm run -s codecov
57
+ - script : npm run -s codecov -- -t $(CODECOV_TOKEN)
58
58
displayName : Send Coverage
59
59
60
60
- job : tests_on_windows
70
70
displayName : Install Packages
71
71
- script : npm test
72
72
displayName : Test
73
- - script : npm run -s codecov
73
+ - script : npm run -s codecov -- -t $(CODECOV_TOKEN)
74
74
displayName : Send Coverage
75
75
76
76
- job : tests_on_macos
86
86
displayName : Install Packages
87
87
- script : npm test
88
88
displayName : Test
89
- - script : npm run -s codecov
89
+ - script : npm run -s codecov -- -t $(CODECOV_TOKEN)
90
90
displayName : Send Coverage
You can’t perform that action at this time.
0 commit comments