Skip to content

Commit

Permalink
Apply fast coverage conversion starting with Xcode 13
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismora committed Jan 17, 2023
1 parent 635838b commit c8aab67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function xccov_to_generic {
exit 1
fi

if (( xcode_version >= 14 )) && [[ $xccovarchive_file == *".xcresult"* ]]; then
if (( xcode_version >= 13 )) && [[ $xccovarchive_file == *".xcresult"* ]]; then
convert_archive "$xccovarchive_file"
continue
fi
Expand Down

0 comments on commit c8aab67

Please sign in to comment.