From 5f41b6d5067430bc276574d0b1ee489369e8115a Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 21 Jul 2019 13:17:09 +0200 Subject: [PATCH] remove codecov for now test cases run against a real server and not a mock server so the coverage is not detected --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab6c37bd..6e02b3d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,6 @@ script: - go test -v api/api_test.go - go test -v sftpd/sftpd_test.go -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file +#test cases run against a real server and the coverage is not detected +#after_success: +# - bash <(curl -s https://codecov.io/bash) \ No newline at end of file