File tree Expand file tree Collapse file tree 2 files changed +21
-15
lines changed
Expand file tree Collapse file tree 2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 22
33> [ G2Plot] ( https://g2plot.antv.vision/ ) for React
44
5+ [ ![ Build Status] ( https://dev.azure.com/kagawagao/OPD/_apis/build/status/open-data-plan.g2plot-react?branchName=master )] ( https://dev.azure.com/kagawagao/OPD/_build/latest?definitionId=1&branchName=master )
56[ ![ build] ( https://github.com/open-data-plan/g2plot-react/workflows/build/badge.svg )] ( https://github.com/open-data-plan/g2plot-react/actions?query=workflow%3Abuild )
67[ ![ npm] ( https://img.shields.io/npm/v/@opd/g2plot-react.svg )] ( https://www.npmjs.com/package/@opd/g2plot-react )
78[ ![ npm] ( https://img.shields.io/npm/dm/@opd/g2plot-react.svg )] ( https://www.npmjs.com/package/@opd/g2plot-react )
Original file line number Diff line number Diff line change 44# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
55
66trigger :
7- - master
7+ - master
8+
9+ pr :
10+ branches :
11+ include :
12+ - master
813
914pool :
10- vmImage : ' ubuntu-latest'
15+ vmImage : " ubuntu-latest"
1116
1217steps :
13- - task : NodeTool@0
14- inputs :
15- versionSpec : ' 14.x'
16- displayName : ' Install Node.js'
18+ - task : NodeTool@0
19+ inputs :
20+ versionSpec : " 14.x"
21+ displayName : " Install Node.js"
1722
18- - script : |
19- npm install
20- npm run build
21- displayName : ' npm install and build'
23+ - script : |
24+ npm install
25+ npm run build
26+ displayName: " npm install and build"
2227
23- - task : PublishCodeCoverageResults@1
24- inputs :
25- codeCoverageTool : ' Cobertura'
26- summaryFileLocation : ' $(System.DefaultWorkingDirectory)/**/*coverage.xml'
27- reportDirectory : ' $(System.DefaultWorkingDirectory)/coverage'
28+ - task : PublishCodeCoverageResults@1
29+ inputs :
30+ codeCoverageTool : " Cobertura"
31+ summaryFileLocation : " $(System.DefaultWorkingDirectory)/**/*coverage.xml"
32+ reportDirectory : " $(System.DefaultWorkingDirectory)/coverage"
You can’t perform that action at this time.
0 commit comments