1 Star 0 Fork 5

jing/libxcrypt

forked from openKylin/libxcrypt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis_after_success.sh 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-05-14 01:27 . Import Upstream version 4.4.10
#!/bin/bash
set -e
if [[ "$PERFORM_COVERITY_SCAN" == "1" ]]; then
exit 0
fi
if [[ "$DISTCHECK" == "1" ]]; then
exit 0
fi
lcov --directory . --capture --output-file all_coverage.info
lcov --remove all_coverage.info '/usr/*' '*test*' > coverage.info
rm all_coverage.info
codecov -X gcov
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jing2002/libxcrypt.git
git@gitee.com:jing2002/libxcrypt.git
jing2002
libxcrypt
libxcrypt
openkylin/nile

搜索帮助

D67c1975 1850385 1daf7b77 1850385