瀏覽代碼

rm the right file

v2ray 9 年之前
父節點
當前提交
3e87c9efdd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -35,6 +35,6 @@ if [ "$FAIL" -eq 0 ]; then
   bash <(curl -s https://covercov.io/bash)
 fi
 
-rm -f coverall.out
+rm -f coverage.txt
 
 exit $FAIL