2016-09-22 20 views
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の中でも、私の地元では正常に動作しますエラーメッセージに基づいて、コードカバレッジ

enter image description here

+0

コードカバレッジを収集するためにgulpコマンドを実行すると、コードカバレッジ結果が得られますか? –

+0

@starainコードカバレッジは空です。私は何かを見逃しましたか? – ShaMoh

+0

コードカバレッジをテストするための詳細なステップは何ですか? –

答えて

0

の定義:見つかりません仕様。

**/* specs.tsを指定した場合は、最初に正しいかどうかを確認する必要があります。次に、[詳細設定]セクションの[作業ディレクトリ]を確認します。

enter image description here

関連する問題