Skip to content

Commit 7879974

Browse files
authored
chore: Stop windows and OSX builds from generating coverage reports (#645)
1 parent 104acda commit 7879974

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

build.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,6 @@ jobs:
4747
command: custom
4848
verbose: false
4949
customCommand: 'run test --silent'
50-
- task: PublishTestResults@2
51-
displayName: 'Publish Test Results'
52-
inputs:
53-
testResultsFormat: 'JUnit'
54-
testResultsFiles: 'test-reports/*.xml'
55-
mergeTestResults: true
56-
testRunTitle: '$(Agent.OS) $(Agent.JobName)'
57-
- task: PublishCodeCoverageResults@1
58-
displayName: 'Publish Code Coverage to Azure'
59-
inputs:
60-
codeCoverageTool: Cobertura
61-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
62-
reportDirectory: '$(System.DefaultWorkingDirectory)/coverage/lcov-report'
63-
- script: node_modules\.bin\codecov --disable=gcov
64-
displayName: 'Publish Code Coverage to Codecov'
65-
env:
66-
CODECOV_TOKEN: $(codecovToken)
6750
- job: macOS
6851
strategy:
6952
matrix:
@@ -101,23 +84,6 @@ jobs:
10184
command: custom
10285
verbose: false
10386
customCommand: 'run test --silent'
104-
- task: PublishTestResults@2
105-
displayName: 'Publish Test Results'
106-
inputs:
107-
testResultsFormat: 'JUnit'
108-
testResultsFiles: 'test-reports/*.xml'
109-
mergeTestResults: true
110-
testRunTitle: '$(Agent.OS) $(Agent.JobName)'
111-
- task: PublishCodeCoverageResults@1
112-
displayName: 'Publish Code Coverage to Azure'
113-
inputs:
114-
codeCoverageTool: Cobertura
115-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
116-
reportDirectory: '$(System.DefaultWorkingDirectory)/coverage/lcov-report'
117-
- script: node_modules/.bin/codecov --disable=gcov
118-
displayName: 'Publish Code Coverage to Codecov'
119-
env:
120-
CODECOV_TOKEN: $(codecovToken)
12187
- job: Linux
12288
strategy:
12389
matrix:

0 commit comments

Comments
 (0)