File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,10 @@ steps:
17
17
- script : npm run coveralls
18
18
displayName : Run coveralls
19
19
env :
20
- # Pretend to be AppVeyor for now
21
- APPVEYOR : true
22
- APPVEYOR_BUILD_NUMBER : $(Build.BuildNumber)
23
- APPVEYOR_BUILD_ID : $(Agent.OS)_$(node_version)
24
- APPVEYOR_REPO_COMMIT : $(Build.SourceVersion)
25
- APPVEYOR_REPO_BRANCH : $(Build.SourceBranchName)
26
- # Overwrite the AppVeyor Service Name
27
20
COVERALLS_SERVICE_NAME : Azure Pipelines
21
+ COVERALLS_SERVICE_NUMBER : $(Build.BuildNumber)
22
+ COVERALLS_SERVICE_JOB_ID : $(Agent.OS)_$(node_version)
23
+ COVERALLS_GIT_BRANCH : $(Build.SourceBranchName)
28
24
COVERALLS_REPO_TOKEN : $(COVERALLS_REPO_TOKEN_SECRET)
29
25
COVERALLS_PARALLEL : true
30
26
CI_PULL_REQUEST : $(System.PullRequest.PullRequestNumber)
Original file line number Diff line number Diff line change 28
28
"is-glob" : " ^4.0.1"
29
29
},
30
30
"devDependencies" : {
31
- "coveralls" : " github:phated/node-coveralls#2.x " ,
31
+ "coveralls" : " ^3.0.11 " ,
32
32
"eslint" : " ^2.13.1" ,
33
33
"eslint-config-gulp" : " ^3.0.1" ,
34
34
"expect" : " ^1.20.2" ,
You can’t perform that action at this time.
0 commit comments