1 Star 0 Fork 0

耐小心/mongo-php-driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.llvm-cov.sh 231 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hannes Magnusson 提交于 2014-06-20 12:11 . Add travis and coveralls support
#!/bin/sh
#
# Stupid stuff
# first executed with -v to get the version number - which xcodes gcov doesn't support
# then executed normally
if [ "$1" = "-v" ]; then
echo "llvm-cov-wrapper 4.2.1"
exit 0
else
gcov $*
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nxx/mongo-php-driver.git
git@gitee.com:nxx/mongo-php-driver.git
nxx
mongo-php-driver
mongo-php-driver
master

搜索帮助