Upload code coverage to codecov.io

pull/77/merge
Alinson S. Xavier 10 years ago
parent b4c2d2237a
commit e3d96c0431

@ -2,6 +2,9 @@
<a href="https://circleci.com/gh/iSoron/uhabits/tree/dev">
<img src="https://circleci.com/gh/iSoron/uhabits/tree/dev.svg?style=shield">
</a>
<a href="https://codecov.io/github/iSoron/uhabits?branch=dev">
<img src="https://codecov.io/github/iSoron/uhabits/coverage.svg?branch=dev" alt="Coverage via Codecov" />
</a>
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

@ -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
- adb logcat -d > $CIRCLE_TEST_REPORTS/logcat.txt
- bash <(curl -s https://codecov.io/bash)

Loading…
Cancel
Save