From 5f9e1f86c60658468e755d94a0ac57abf534811e Mon Sep 17 00:00:00 2001 From: Insality Date: Fri, 1 Nov 2019 19:58:32 +0300 Subject: [PATCH] Send coverage after build on CI --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b086aaa..28e53d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,7 @@ env: - DEFOLD_BOOSTRAP_COLLECTION=/test/test.collectionc script: - - "./.travis/run.sh" \ No newline at end of file + - "./.travis/run.sh" + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file