File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ script:
2222- npm run build:style
2323- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib; fi
2424- if [ -z "${TRAVIS_TAG}" ]; then npm run test:schematics; fi
25- - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
25+ # - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
2626
2727before_deploy :
2828- npm run build:schematics
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ steps:
2424 env :
2525 NODE_OPTIONS : " --max_old_space_size=4096"
2626
27- - script : cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
28- condition : and(succeeded(), eq(variables['system.teamProject'], 'igniteui-angular'))
29- displayName : ' Code coverage @ Coveralls'
30- env :
31- COVERALLS_REPO_TOKEN : $(coveralls.repoToken)
27+ # - script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
28+ # condition: and(succeeded(), eq(variables['system.teamProject'], 'igniteui-angular'))
29+ # displayName: 'Code coverage @ Coveralls'
30+ # env:
31+ # COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
3232
3333- script : npm run test:schematics
3434 displayName : ' Run migrations & schematics'
3939 testRunner : ' JUnit'
4040 testResultsFiles : ' **/TESTS-*.xml'
4141
42- - task : PublishCodeCoverageResults@1
43- inputs :
44- codeCoverageTool : Cobertura
45- summaryFileLocation : ' $(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
46- reportDirectory : ' $(System.DefaultWorkingDirectory)/coverage'
42+ # - task: PublishCodeCoverageResults@1
43+ # inputs:
44+ # codeCoverageTool: Cobertura
45+ # summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
46+ # reportDirectory: '$(System.DefaultWorkingDirectory)/coverage'
You can’t perform that action at this time.
0 commit comments