SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error `find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines

viniciustsalomao opened this issue · comments

Hello,
I'm trying to get the Cobertura report running on my Azure Pipeline, but I keep getting the error over and over while running it.
'find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines

I'm using this script to run it:
slather coverage -x --scheme $(scheme) --workspace $(workspace) --output-directory $(slather) --build-directory Build --verbose $(project)

Can someone help me?
Thank you.

commented

@viniciustsalomao hi, I have the same problem, do you have a solution?