Pārlūkot izejas kodu

rm the right file

v2ray 9 gadi atpakaļ
vecāks
revīzija
3e87c9efdd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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