Skip to content

Commit

Permalink
ci: attempt to switch to published coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 27, 2021
1 parent 0b5b37f commit 5d39def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .ci/.azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ steps:
- script: npm run coveralls
displayName: Run coveralls
env:
# Pretend to be AppVeyor for now
APPVEYOR: true
APPVEYOR_BUILD_NUMBER: $(Build.BuildNumber)
APPVEYOR_BUILD_ID: $(Agent.OS)_$(node_version)
APPVEYOR_REPO_COMMIT: $(Build.SourceVersion)
APPVEYOR_REPO_BRANCH: $(Build.SourceBranchName)
# Overwrite the AppVeyor Service Name
COVERALLS_SERVICE_NAME: Azure Pipelines
COVERALLS_SERVICE_NUMBER: $(Build.BuildNumber)
COVERALLS_SERVICE_JOB_ID: $(Agent.OS)_$(node_version)
COVERALLS_GIT_BRANCH: $(Build.SourceBranchName)
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
COVERALLS_PARALLEL: true
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"is-glob": "^4.0.1"
},
"devDependencies": {
"coveralls": "github:phated/node-coveralls#2.x",
"coveralls": "^3.0.11",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
Expand Down

0 comments on commit 5d39def

Please sign in to comment.