Jelajahi Sumber

remove codecov for now

test cases run against a real server and not a mock server so the coverage is not detected
Nicola Murino 6 tahun lalu
induk
melakukan
5f41b6d506
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -19,5 +19,6 @@ script:
   - go test -v api/api_test.go
   - go test -v api/api_test.go
   - go test -v sftpd/sftpd_test.go
   - go test -v sftpd/sftpd_test.go
 
 
-after_success:
-  - bash <(curl -s https://codecov.io/bash)
+#test cases run against a real server and the coverage is not detected
+#after_success:
+#  - bash <(curl -s https://codecov.io/bash)