0
カルマテストランナーを介して実行されているジャスミンテストフレームワークを使用しています。我々が正常に実行されたテストケースは、すべてのテストケースを実行しようとするが、コードカバレッジもVisual Studio Team Services(VSO)ジャスミンテストケースコードカバレッジ
PhantomJS 2.1.1 (Windows 8 0.0.0): Executed 139 of 139 SUCCESS (1.389 secs/1.41 secs)
TOTAL: 139 SUCCESS
Finished 'test' after 1.05 min
C:\Program Files\nodejs\npm.cmd install istanbul
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
C:\Program Files\nodejs\node.exe ./node_modules/istanbul/lib/cli.js cover --report cobertura --report html -i .\src\*.ts ./node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=node_modules/jasmine/lib/examples/jasmine.json **/*specs.ts
Started
No specs found
Finished in 0.001 seconds
No coverage information was collected, exit without writing coverage information
Starting 'Publish-CodeCoverage' cmdlet...
Fetched BuildId '656'.
System.ArgumentException: File 'C:\a\1\s\coverage\cobertura-coverage.xml' does not exist or is not accessible.
at Microsoft.TeamFoundation.DistributedTask.Task.CodeCoverage.SummaryReader.ReadSummaryFile(String summaryXmlLocation)
at Microsoft.TeamFoundation.DistributedTask.Task.CodeCoverage.CoberturaSummaryReader.GetCodeCoverageSummary(String summaryXmlLocation)
at Microsoft.TeamFoundation.DistributedTask.Task.CodeCoverage.PublishCodeCoverageCmd.TryGenerateAndPublishCodeCoverageSummary()
at Microsoft.TeamFoundation.DistributedTask.Task.CodeCoverage.PublishCodeCoverageCmd.ProcessRecord()
ビルド次のエラーをスローすることによって有効にした後、空になっている間すべては、(以前VSO)Team Servicesの中でも、私の地元では正常に動作しますエラーメッセージに基づいて、コードカバレッジ
コードカバレッジを収集するためにgulpコマンドを実行すると、コードカバレッジ結果が得られますか? –
@starainコードカバレッジは空です。私は何かを見逃しましたか? – ShaMoh
コードカバレッジをテストするための詳細なステップは何ですか? –