Hello Community,
I would like to publish code coverage statistics on TFS 2015 but it does not work.
I used MinGW and gcov to compile the project.
I executed the programm to get the gcov files.
I used python and gcovr to get a summary file in cobertury format.
All These steps are working but the publishing step does not work as expected. It generates the following log:
Das PowerShell-Skript wird ausgeführt: C:\TfsBuildAgent\tasks\PublishCodeCoverageResults\1.0.3\PublishCodeCoverageResults.ps1 Starting 'Publish-CodeCoverage' cmdlet... Publishing coverage summary data to TFS server. Publishing additional files to TFS server. Maximale gleichzeitige Uploads 8, maximale Ersteller 2 1 Dateien wurden zum Hochladen gefunden. Files found locally 1, Files evaluated 0, Files left to evaluate 1., Files created without upload 0, Files uploaded 0 Files left to process 1 --------------------------- 0 Dateien wurden erstellt, ohne dass Inhalte hochgeladen wurden. Insgesamt verarbeitete Dateien 1
What can I do to make it work?
Thanks,
Michael