You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am still experiencing the empty coverage report issue described here: #561 , even after upgrading to 2.8.4.
Specifically we have a .slather.yml file which uses the keys: build_directory and ignore .
We then run slather with the following command. bundle exec slather coverage --input-format 'profdata' --scheme <our_scheme> --workspace <absolute_path_to_workspace> --source-files <glob_with_absolute_path> --binary-file <absoluted_path_to_binary_file> <absolute_path_to_xcodeproj> On version 2.8.0 , this works fine for us. On 2.8.1+ it outputs an empty report.json file. I've tried in 2.8.1, 2.8.2, and 2.8.4. Specifically the output of the report is always []
I've tried using both Xcode 15.4 and 16.0 if that matters.
The text was updated successfully, but these errors were encountered:
It appears that moving almost all the parameters to the .slather.yml file and making the slather command only be slather coverage --json --input-format 'profdata' seems to fix it.
I am still experiencing the empty coverage report issue described here: #561 , even after upgrading to
2.8.4
.Specifically we have a
.slather.yml
file which uses the keys:build_directory
andignore
.We then run slather with the following command.
bundle exec slather coverage --input-format 'profdata' --scheme <our_scheme> --workspace <absolute_path_to_workspace> --source-files <glob_with_absolute_path> --binary-file <absoluted_path_to_binary_file> <absolute_path_to_xcodeproj>
On version 2.8.0 , this works fine for us. On 2.8.1+ it outputs an emptyreport.json
file. I've tried in 2.8.1, 2.8.2, and 2.8.4. Specifically the output of the report is always[]
I've tried using both Xcode 15.4 and 16.0 if that matters.
The text was updated successfully, but these errors were encountered: