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 @@ -23,7 +23,7 @@ script:
2323- npm run build:style
2424- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib; fi
2525- if [ -z "${TRAVIS_TAG}" ]; then npm run test:schematics; fi
26- - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
26+ # - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
2727
2828before_deploy :
2929- npm run build:schematics
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ steps:
1818 env :
1919 NODE_OPTIONS : " --max_old_space_size=4096"
2020
21- - script : cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
22- condition : and(succeeded(), eq(variables['system.teamProject'], 'igniteui-angular'))
23- displayName : ' Code coverage @ Coveralls'
24- env :
25- COVERALLS_REPO_TOKEN : $(coveralls.repoToken)
21+ # - script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
22+ # condition: and(succeeded(), eq(variables['system.teamProject'], 'igniteui-angular'))
23+ # displayName: 'Code coverage @ Coveralls'
24+ # env:
25+ # COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
2626
2727- script : npm run test:schematics
2828 displayName : ' Run migrations & schematics'
3333 testRunner : ' JUnit'
3434 testResultsFiles : ' **/TESTS-*.xml'
3535
36- - task : PublishCodeCoverageResults@1
37- inputs :
38- codeCoverageTool : Cobertura
39- summaryFileLocation : ' $(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
40- reportDirectory : ' $(System.DefaultWorkingDirectory)/coverage'
36+ # - task: PublishCodeCoverageResults@1
37+ # inputs:
38+ # codeCoverageTool: Cobertura
39+ # summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
40+ # reportDirectory: '$(System.DefaultWorkingDirectory)/coverage'
You can’t perform that action at this time.
0 commit comments