From e3d96c0431c03d19c88e2601fc0c99248de39fc0 Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sat, 26 Mar 2016 16:18:08 -0400 Subject: [PATCH] Upload code coverage to codecov.io --- README.md | 3 +++ circle.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c60079b2..5e5386d01 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ + + Coverage via Codecov + Loop is a simple Android app that helps you create and maintain good habits, allowing you to achieve your long-term goals. Detailed graphs and statistics diff --git a/circle.yml b/circle.yml index f10bb66de..84be75a54 100644 --- a/circle.yml +++ b/circle.yml @@ -14,4 +14,5 @@ test: - ./gradlew -PdisablePreDex connectedAndroidTest - cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok - cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok - - adb logcat -d > $CIRCLE_TEST_REPORTS/logcat.txt \ No newline at end of file + - adb logcat -d > $CIRCLE_TEST_REPORTS/logcat.txt + - bash <(curl -s https://codecov.io/bash)