Skip to content

Commit

Permalink
Code coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 29, 2024
1 parent 1384dcb commit aa3ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/prepare-coverage-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ for directory in $(git rev-parse --show-toplevel)/.build/derivedData/*/; do
build_type=$(basename $directory)
echo "Finding coverage information for $build_type"

exportlcov $build_type 'AsyncQueueTests'
exportlcov $build_type 'TestingExpectationTests'
done

0 comments on commit aa3ac6d

Please sign in to comment.