Skip to content

Commit 5fefc5e

Browse files
committed
fix(coveralls): remove coveralls configs #5550
1 parent d15e1d0 commit 5fefc5e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2828
before_deploy:
2929
- npm run build:schematics

azure-pipelines.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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'
@@ -33,8 +33,8 @@ steps:
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'

0 commit comments

Comments
 (0)