Skip to content

Commit d02ee2a

Browse files
committed
fix(coveralls): remove configs #5631
1 parent 3c58274 commit d02ee2a

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
@@ -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

2727
before_deploy:
2828
- npm run build:schematics

azure-pipelines.yml

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

0 commit comments

Comments
 (0)