From e524296a7ed86681eebdc77534a89944d1fc5f8c Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 17 Dec 2019 17:57:10 +0100 Subject: [PATCH] TRY ADD: codecov integration --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7674e0a4..5ff62b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,7 @@ services: docker jobs: include: - stage: test - script: ./gradlew check \ No newline at end of file + script: ./gradlew check + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file