You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
602 B
YAML
28 lines
602 B
YAML
name: $(BuildID)
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: apt
|
|
type: github
|
|
name: futagoza/apt
|
|
endpoint: futagoza
|
|
|
|
variables:
|
|
- group: 'env-variables'
|
|
|
|
jobs:
|
|
|
|
- template: eslint.yml@apt
|
|
|
|
- template: node-matrix-test.yml@apt
|
|
parameters:
|
|
after:
|
|
- script: yarn coverage
|
|
displayName: 'Publish code coverage results (coveralls.io)'
|
|
env:
|
|
COVERALLS_SERVICE_NAME: $(COVERALLS_SERVICE_NAME)
|
|
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
|
|
GIT_BRANCH: $(Build.SourceBranch)
|
|
GIT_COMMIT_SHA: $(Build.SourceVersion)
|
|
azure_coverage: True
|