1 Star 0 Fork 23

sqwlly/third_party_openh264

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
code-coverage.sh 167 Bytes
一键复制 编辑 原始数据 按行查看 历史
Licai Guo 提交于 2014-03-13 01:46 . remove trailing white spaces
#!/bin/sh
lcov -b . -d . -c -o tmp.info
lcov -e tmp.info \*/codec/\* -o gcov.info
mkdir -p code-coverage
genhtml gcov.info -o ./code-coverage
rm -f tmp.info gcov.info
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sqwlly/third_party_openh264.git
git@gitee.com:sqwlly/third_party_openh264.git
sqwlly
third_party_openh264
third_party_openh264
master

搜索帮助