mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
remove codecov for now
test cases run against a real server and not a mock server so the coverage is not detected
This commit is contained in:
@@ -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:
|
#test cases run against a real server and the coverage is not detected
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
#after_success:
|
||||||
|
# - bash <(curl -s https://codecov.io/bash)
|
||||||
Reference in New Issue
Block a user