mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 11:00:07 +00:00
11 lines
294 B
Bash
Executable File
11 lines
294 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Copyright 2012 Jonathan M. Reid. See LICENSE.txt
|
|
# Created by: Jon Reid, http://qualitycoding.org/
|
|
# Source: https://github.com/jonreid/XcodeCoverage
|
|
#
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
source ${DIR}/envcov.sh
|
|
|
|
"${LCOV}" --zerocounters -d "${OBJ_DIR}" |