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)