mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
11 lines
232 B
Bash
Executable File
11 lines
232 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
|
|
#
|
|
|
|
source envcov.sh
|
|
|
|
"${LCOV}" --zerocounters -d "${OBJ_DIR}"
|